Html Css Color HEX #EE5208 Persimmon

📋 copy color: '#EE5208'

red 238 ◦ green 82 ◦ blue 8

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

Shades of Persimmon #EE5208

Tints of Persimmon #EE5208

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25%

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

R = 72.56%
G = 25%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EE5208 (or 0xEE5208) is known color: Persimmon. HEX triplet: EE, 52 and 08. RGB value is (238,82,8). Sum of RGB (Red+Green+Blue) = 238+82+8=328 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.56% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 8 (3.52% from 255 or 2.44% from 328); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5208 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5208 is #11ADF7. Grayscale: #787878. Windows color (decimal): -1158648 or 545518. OLE color: 545518.

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

Color convert

RGB 238 82 8 -
CMYK 0 0.66 0.97 0.07
HSL 19.3º 0.93% 0.48% -
HSV(B) 19.3º 0.97% 0.93% -
XYZ 38.32 24.23 2.89 -
YUV 120.21 64.68 212.02 -
System Red Green Blue C M Y K H S L
Decimal 238 82 8 0 0.66 0.97 0.07 19.3 0.93 0.48
Hex EE 52 8 0 42 61 7 13 5D 30
Octal 356 122 10 0 102 141 7 23 135 60
Binary 11101110 1010010 1000 0 1000010 1100001 111 10011 1011101 110000

Color Harmonies of #EE5208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5208

Black with #EE5208

Text Example


Text Example

White with #EE5208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5208; }

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

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

background-color css

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

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

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

border-color css

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

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

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