Html Css Color HEX #EE5408 Persimmon

📋 copy color: '#EE5408'

red 238 ◦ green 84 ◦ blue 8

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

Shades of Persimmon #EE5408

Tints of Persimmon #EE5408

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.45%

 BLUE value IS 8 (3.52% from 255) = 2.42%

R = 72.12%
G = 25.45%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EE5408 (or 0xEE5408) is known color: Persimmon. HEX triplet: EE, 54 and 08. RGB value is (238,84,8). Sum of RGB (Red+Green+Blue) = 238+84+8=330 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.12% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 8 (3.52% from 255 or 2.42% from 330); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5408 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5408 is #11ABF7. Grayscale: #797979. Windows color (decimal): -1158136 or 546030. OLE color: 546030.

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

Color convert

RGB 238 84 8 -
CMYK 0 0.65 0.97 0.07
HSL 19.83º 0.93% 0.48% -
HSV(B) 19.83º 0.97% 0.93% -
XYZ 38.47 24.54 2.94 -
YUV 121.38 64.02 211.18 -
System Red Green Blue C M Y K H S L
Decimal 238 84 8 0 0.65 0.97 0.07 19.83 0.93 0.48
Hex EE 54 8 0 41 61 7 14 5D 30
Octal 356 124 10 0 101 141 7 24 135 60
Binary 11101110 1010100 1000 0 1000001 1100001 111 10100 1011101 110000

Color Harmonies of #EE5408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5408

Black with #EE5408

Text Example


Text Example

White with #EE5408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5408; }

 p { color: rgb(238,84,8); }

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

background-color css

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

 a { background-color: rgb(238,84,8); }

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

border-color css

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

 span { border-color: rgb(238,84,8); }

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