Html Css Color HEX #EC6406 Persimmon

📋 copy color: '#EC6406'

red 236 ◦ green 100 ◦ blue 6

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

Shades of Persimmon #EC6406

Tints of Persimmon #EC6406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.75%

R = 69.01%
G = 29.24%
B = 1.75%

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

#EC6406 (or 0xEC6406) is known color: Persimmon. HEX triplet: EC, 64 and 06. RGB value is (236,100,6). Sum of RGB (Red+Green+Blue) = 236+100+6=342 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.01% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 6 (2.73% from 255 or 1.75% from 342); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6406 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6406 is #139BF9. Grayscale: #828282. Windows color (decimal): -1285114 or 419052. OLE color: 419052.

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

Color convert

RGB 236 100 6 -
CMYK 0 0.58 0.97 0.07
HSL 24.52º 0.95% 0.47% -
HSV(B) 24.52º 0.97% 0.93% -
XYZ 39.18 26.96 3.31 -
YUV 129.95 58.06 203.64 -
System Red Green Blue C M Y K H S L
Decimal 236 100 6 0 0.58 0.97 0.07 24.52 0.95 0.47
Hex EC 64 6 0 3A 61 7 19 5F 2F
Octal 354 144 6 0 72 141 7 31 137 57
Binary 11101100 1100100 110 0 111010 1100001 111 11001 1011111 101111

Color Harmonies of #EC6406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6406

Black with #EC6406

Text Example


Text Example

White with #EC6406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6406; }

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

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

background-color css

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

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

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

border-color css

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

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

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