Html Css Color HEX #EE5005 Persimmon

📋 copy color: '#EE5005'

red 238 ◦ green 80 ◦ blue 5

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

Shades of Persimmon #EE5005

Tints of Persimmon #EE5005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.55%

R = 73.68%
G = 24.77%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EE5005 (or 0xEE5005) is known color: Persimmon. HEX triplet: EE, 50 and 05. RGB value is (238,80,5). Sum of RGB (Red+Green+Blue) = 238+80+5=323 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.68% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5005 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5005 is #11AFFA. Grayscale: #777777. Windows color (decimal): -1159163 or 348398. OLE color: 348398.

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

Color convert

RGB 238 80 5 -
CMYK 0 0.66 0.98 0.07
HSL 19.31º 0.96% 0.48% -
HSV(B) 19.31º 0.98% 0.93% -
XYZ 38.16 23.93 2.75 -
YUV 118.69 63.85 213.1 -
System Red Green Blue C M Y K H S L
Decimal 238 80 5 0 0.66 0.98 0.07 19.31 0.96 0.48
Hex EE 50 5 0 42 62 7 13 60 30
Octal 356 120 5 0 102 142 7 23 140 60
Binary 11101110 1010000 101 0 1000010 1100010 111 10011 1100000 110000

Color Harmonies of #EE5005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5005

Black with #EE5005

Text Example


Text Example

White with #EE5005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5005; }

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

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

background-color css

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

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

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

border-color css

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

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

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