Html Css Color HEX #EE5004 Persimmon

📋 copy color: '#EE5004'

red 238 ◦ green 80 ◦ blue 4

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

Shades of Persimmon #EE5004

Tints of Persimmon #EE5004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.24%

R = 73.91%
G = 24.84%
B = 1.24%

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

#EE5004 (or 0xEE5004) is known color: Persimmon. HEX triplet: EE, 50 and 04. RGB value is (238,80,4). Sum of RGB (Red+Green+Blue) = 238+80+4=322 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.91% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 4 (1.95% from 255 or 1.24% from 322); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5004 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5004 is #11AFFB. Grayscale: #777777. Windows color (decimal): -1159164 or 282862. OLE color: 282862.

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

Color convert

RGB 238 80 4 -
CMYK 0 0.66 0.98 0.07
HSL 19.49º 0.97% 0.47% -
HSV(B) 19.49º 0.98% 0.93% -
XYZ 38.15 23.92 2.72 -
YUV 118.58 63.35 213.18 -
System Red Green Blue C M Y K H S L
Decimal 238 80 4 0 0.66 0.98 0.07 19.49 0.97 0.47
Hex EE 50 4 0 42 62 7 13 61 2F
Octal 356 120 4 0 102 142 7 23 141 57
Binary 11101110 1010000 100 0 1000010 1100010 111 10011 1100001 101111

Color Harmonies of #EE5004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5004

Black with #EE5004

Text Example


Text Example

White with #EE5004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5004; }

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

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

background-color css

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

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

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

border-color css

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

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

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