Html Css Color HEX #EE5802 Persimmon

📋 copy color: '#EE5802'

red 238 ◦ green 88 ◦ blue 2

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

Shades of Persimmon #EE5802

Tints of Persimmon #EE5802

RGB

 RED value IS 238 (93.36% from 255) = 72.56%

 GREEN value IS 88 (34.77% from 255) = 26.83%

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

R = 72.56%
G = 26.83%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EE5802 (or 0xEE5802) is known color: Persimmon. HEX triplet: EE, 58 and 02. RGB value is (238,88,2). Sum of RGB (Red+Green+Blue) = 238+88+2=328 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.56% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5802 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5802 is #11A7FD. Grayscale: #7B7B7B. Windows color (decimal): -1157118 or 153838. OLE color: 153838.

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

Color convert

RGB 238 88 2 -
CMYK 0 0.63 0.99 0.07
HSL 21.86º 0.98% 0.47% -
HSV(B) 21.86º 0.99% 0.93% -
XYZ 38.76 25.16 2.87 -
YUV 123.05 59.7 209.99 -
System Red Green Blue C M Y K H S L
Decimal 238 88 2 0 0.63 0.99 0.07 21.86 0.98 0.47
Hex EE 58 2 0 3F 63 7 16 62 2F
Octal 356 130 2 0 77 143 7 26 142 57
Binary 11101110 1011000 10 0 111111 1100011 111 10110 1100010 101111

Color Harmonies of #EE5802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5802

Black with #EE5802

Text Example


Text Example

White with #EE5802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5802; }

 p { color: rgb(238,88,2); }

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

background-color css

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

 a { background-color: rgb(238,88,2); }

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

border-color css

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

 span { border-color: rgb(238,88,2); }

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