Html Css Color HEX #EC6402 Persimmon

📋 copy color: '#EC6402'

red 236 ◦ green 100 ◦ blue 2

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

Shades of Persimmon #EC6402

Tints of Persimmon #EC6402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 69.82%
G = 29.59%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC6402 (or 0xEC6402) is known color: Persimmon. HEX triplet: EC, 64 and 02. RGB value is (236,100,2). Sum of RGB (Red+Green+Blue) = 236+100+2=338 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.82% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 2 (1.17% from 255 or 0.59% from 338); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6402 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6402 is #139BFD. Grayscale: #828282. Windows color (decimal): -1285118 or 156908. OLE color: 156908.

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

Color convert

RGB 236 100 2 -
CMYK 0 0.58 0.99 0.07
HSL 25.13º 0.98% 0.47% -
HSV(B) 25.13º 0.99% 0.93% -
XYZ 39.16 26.95 3.2 -
YUV 129.49 56.06 203.97 -
System Red Green Blue C M Y K H S L
Decimal 236 100 2 0 0.58 0.99 0.07 25.13 0.98 0.47
Hex EC 64 2 0 3A 63 7 19 62 2F
Octal 354 144 2 0 72 143 7 31 142 57
Binary 11101100 1100100 10 0 111010 1100011 111 11001 1100010 101111

Color Harmonies of #EC6402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6402

Black with #EC6402

Text Example


Text Example

White with #EC6402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6402; }

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

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

background-color css

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

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

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

border-color css

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

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

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