Html Css Color HEX #EE5009 Persimmon

📋 copy color: '#EE5009'

red 238 ◦ green 80 ◦ blue 9

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

Shades of Persimmon #EE5009

Tints of Persimmon #EE5009

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.46%

 BLUE value IS 9 (3.91% from 255) = 2.75%

R = 72.78%
G = 24.46%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EE5009 (or 0xEE5009) is known color: Persimmon. HEX triplet: EE, 50 and 09. RGB value is (238,80,9). Sum of RGB (Red+Green+Blue) = 238+80+9=327 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.78% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 9 (3.91% from 255 or 2.75% from 327); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5009 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5009 is #11AFF6. Grayscale: #777777. Windows color (decimal): -1159159 or 610542. OLE color: 610542.

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

Color convert

RGB 238 80 9 -
CMYK 0 0.66 0.96 0.07
HSL 18.6º 0.93% 0.48% -
HSV(B) 18.6º 0.96% 0.93% -
XYZ 38.18 23.93 2.87 -
YUV 119.15 65.85 212.77 -
System Red Green Blue C M Y K H S L
Decimal 238 80 9 0 0.66 0.96 0.07 18.6 0.93 0.48
Hex EE 50 9 0 42 60 7 13 5D 30
Octal 356 120 11 0 102 140 7 23 135 60
Binary 11101110 1010000 1001 0 1000010 1100000 111 10011 1011101 110000

Color Harmonies of #EE5009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5009

Black with #EE5009

Text Example


Text Example

White with #EE5009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5009; }

 p { color: rgb(238,80,9); }

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

background-color css

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

 a { background-color: rgb(238,80,9); }

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

border-color css

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

 span { border-color: rgb(238,80,9); }

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