Html Css Color HEX #EC6008 Persimmon

📋 copy color: '#EC6008'

red 236 ◦ green 96 ◦ blue 8

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

Shades of Persimmon #EC6008

Tints of Persimmon #EC6008

RGB

 RED value IS 236 (92.58% from 255) = 69.41%

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

 BLUE value IS 8 (3.52% from 255) = 2.35%

R = 69.41%
G = 28.24%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC6008 (or 0xEC6008) is known color: Persimmon. HEX triplet: EC, 60 and 08. RGB value is (236,96,8). Sum of RGB (Red+Green+Blue) = 236+96+8=340 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.41% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 8 (3.52% from 255 or 2.35% from 340); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6008 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6008 is #139FF7. Grayscale: #808080. Windows color (decimal): -1286136 or 549100. OLE color: 549100.

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

Color convert

RGB 236 96 8 -
CMYK 0 0.59 0.97 0.07
HSL 23.16º 0.93% 0.48% -
HSV(B) 23.16º 0.97% 0.93% -
XYZ 38.82 26.22 3.24 -
YUV 127.83 60.38 205.16 -
System Red Green Blue C M Y K H S L
Decimal 236 96 8 0 0.59 0.97 0.07 23.16 0.93 0.48
Hex EC 60 8 0 3B 61 7 17 5D 30
Octal 354 140 10 0 73 141 7 27 135 60
Binary 11101100 1100000 1000 0 111011 1100001 111 10111 1011101 110000

Color Harmonies of #EC6008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6008

Black with #EC6008

Text Example


Text Example

White with #EC6008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6008; }

 p { color: rgb(236,96,8); }

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

background-color css

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

 a { background-color: rgb(236,96,8); }

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

border-color css

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

 span { border-color: rgb(236,96,8); }

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