Html Css Color HEX #EC5E02 Persimmon

📋 copy color: '#EC5E02'

red 236 ◦ green 94 ◦ blue 2

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

Shades of Persimmon #EC5E02

Tints of Persimmon #EC5E02

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.31%

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

R = 71.08%
G = 28.31%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC5E02 (or 0xEC5E02) is known color: Persimmon. HEX triplet: EC, 5E and 02. RGB value is (236,94,2). Sum of RGB (Red+Green+Blue) = 236+94+2=332 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.08% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 2 (1.17% from 255 or 0.60% from 332); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5E02 is #13A1FD. Grayscale: #7E7E7E. Windows color (decimal): -1286654 or 155372. OLE color: 155372.

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

Color convert

RGB 236 94 2 -
CMYK 0 0.60 0.99 0.07
HSL 23.59º 0.98% 0.47% -
HSV(B) 23.59º 0.99% 0.93% -
XYZ 38.61 25.84 3.01 -
YUV 125.97 58.04 206.48 -
System Red Green Blue C M Y K H S L
Decimal 236 94 2 0 0.60 0.99 0.07 23.59 0.98 0.47
Hex EC 5E 2 0 3C 63 7 18 62 2F
Octal 354 136 2 0 74 143 7 30 142 57
Binary 11101100 1011110 10 0 111100 1100011 111 11000 1100010 101111

Color Harmonies of #EC5E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5E02

Black with #EC5E02

Text Example


Text Example

White with #EC5E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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