Html Css Color HEX #ED6015 Persimmon

📋 copy color: '#ED6015'

red 237 ◦ green 96 ◦ blue 21

#ED6015
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persimmon #ED6015

Tints of Persimmon #ED6015

RGB

 RED value IS 237 (92.97% from 255) = 66.95%

 GREEN value IS 96 (37.89% from 255) = 27.12%

 BLUE value IS 21 (8.59% from 255) = 5.93%

R = 66.95%
G = 27.12%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ED6015 (or 0xED6015) is known color: Persimmon. HEX triplet: ED, 60 and 15. RGB value is (237,96,21). Sum of RGB (Red+Green+Blue) = 237+96+21=354 (46% of max value = 765). Red value is 237 (92.97% from 255 or 66.95% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 21 (8.59% from 255 or 5.93% from 354); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6015 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6015 is #129FEA. Grayscale: #828282. Windows color (decimal): -1220587 or 1401069. OLE color: 1401069.

HSL color Cylindrical-coordinate representation of color #ED6015: hue angle of 20.83º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED6015 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 96 21 -
CMYK 0 0.59 0.91 0.07
HSL 20.83º 0.86% 0.51% -
HSV(B) 20.83º 0.91% 0.93% -
XYZ 39.24 26.42 3.74 -
YUV 129.61 66.71 204.6 -
System Red Green Blue C M Y K H S L
Decimal 237 96 21 0 0.59 0.91 0.07 20.83 0.86 0.51
Hex ED 60 15 0 3B 5B 7 15 56 33
Octal 355 140 25 0 73 133 7 25 126 63
Binary 11101101 1100000 10101 0 111011 1011011 111 10101 1010110 110011

Color Harmonies of #ED6015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6015

Black with #ED6015

Text Example


Text Example

White with #ED6015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6015; }

 p { color: rgb(237,96,21); }

 H1.HeaderClassName
 {
   color: #ED6015;
 }
 .AnyTagClassName
 {
   color: #ED6015;
 }
</style>

background-color css

<style>
 a { background-color: #ED6015; }

 a { background-color: rgb(237,96,21); }

 div.DivClassName
 {
   background-color: #ED6015;
 }
 .BgClassName
 {
   background-color: #ED6015;
 }
</style>

border-color css

<style>
 span { border-color: #ED6015; }

 span { border-color: rgb(237,96,21); }

 td.TdClassName
 {
   border-color: #ED6015;
 }
 .TagClassName
 {
   border-color: #ED6015;
 }
</style>