Html Css Color HEX #EC5902 Persimmon

📋 copy color: '#EC5902'

red 236 ◦ green 89 ◦ blue 2

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

Shades of Persimmon #EC5902

Tints of Persimmon #EC5902

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.22%

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

R = 72.17%
G = 27.22%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC5902 (or 0xEC5902) is known color: Persimmon. HEX triplet: EC, 59 and 02. RGB value is (236,89,2). Sum of RGB (Red+Green+Blue) = 236+89+2=327 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.17% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5902 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5902 is #13A6FD. Grayscale: #7B7B7B. Windows color (decimal): -1287934 or 154092. OLE color: 154092.

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

Color convert

RGB 236 89 2 -
CMYK 0 0.62 0.99 0.07
HSL 22.31º 0.98% 0.47% -
HSV(B) 22.31º 0.99% 0.93% -
XYZ 38.18 24.98 2.87 -
YUV 123.04 59.7 208.57 -
System Red Green Blue C M Y K H S L
Decimal 236 89 2 0 0.62 0.99 0.07 22.31 0.98 0.47
Hex EC 59 2 0 3E 63 7 16 62 2F
Octal 354 131 2 0 76 143 7 26 142 57
Binary 11101100 1011001 10 0 111110 1100011 111 10110 1100010 101111

Color Harmonies of #EC5902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5902

Black with #EC5902

Text Example


Text Example

White with #EC5902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5902; }

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

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

background-color css

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

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

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

border-color css

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

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

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