Html Css Color HEX #EC6408 Persimmon

📋 copy color: '#EC6408'

red 236 ◦ green 100 ◦ blue 8

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

Shades of Persimmon #EC6408

Tints of Persimmon #EC6408

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.07%

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

R = 68.6%
G = 29.07%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC6408 (or 0xEC6408) is known color: Persimmon. HEX triplet: EC, 64 and 08. RGB value is (236,100,8). Sum of RGB (Red+Green+Blue) = 236+100+8=344 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.60% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 8 (3.52% from 255 or 2.33% from 344); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6408 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6408 is #139BF7. Grayscale: #828282. Windows color (decimal): -1285112 or 550124. OLE color: 550124.

HSL color Cylindrical-coordinate representation of color #EC6408: hue angle of 24.21º 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 #EC6408 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 100 8 -
CMYK 0 0.58 0.97 0.07
HSL 24.21º 0.93% 0.48% -
HSV(B) 24.21º 0.97% 0.93% -
XYZ 39.19 26.96 3.37 -
YUV 130.18 59.06 203.48 -
System Red Green Blue C M Y K H S L
Decimal 236 100 8 0 0.58 0.97 0.07 24.21 0.93 0.48
Hex EC 64 8 0 3A 61 7 18 5D 30
Octal 354 144 10 0 72 141 7 30 135 60
Binary 11101100 1100100 1000 0 111010 1100001 111 11000 1011101 110000

Color Harmonies of #EC6408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6408

Black with #EC6408

Text Example


Text Example

White with #EC6408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6408; }

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

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

background-color css

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

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

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

border-color css

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

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

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