Html Css Color HEX #EE5404 Persimmon

📋 copy color: '#EE5404'

red 238 ◦ green 84 ◦ blue 4

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

Shades of Persimmon #EE5404

Tints of Persimmon #EE5404

RGB

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

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

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

R = 73.01%
G = 25.77%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EE5404 (or 0xEE5404) is known color: Persimmon. HEX triplet: EE, 54 and 04. RGB value is (238,84,4). Sum of RGB (Red+Green+Blue) = 238+84+4=326 (43% of max value = 765). Red value is 238 (93.36% from 255 or 73.01% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 4 (1.95% from 255 or 1.23% from 326); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5404 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5404 is #11ABFB. Grayscale: #797979. Windows color (decimal): -1158140 or 283886. OLE color: 283886.

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

Color convert

RGB 238 84 4 -
CMYK 0 0.65 0.98 0.07
HSL 20.51º 0.97% 0.47% -
HSV(B) 20.51º 0.98% 0.93% -
XYZ 38.45 24.53 2.82 -
YUV 120.93 62.02 211.5 -
System Red Green Blue C M Y K H S L
Decimal 238 84 4 0 0.65 0.98 0.07 20.51 0.97 0.47
Hex EE 54 4 0 41 62 7 15 61 2F
Octal 356 124 4 0 101 142 7 25 141 57
Binary 11101110 1010100 100 0 1000001 1100010 111 10101 1100001 101111

Color Harmonies of #EE5404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5404

Black with #EE5404

Text Example


Text Example

White with #EE5404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5404; }

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

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

background-color css

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

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

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

border-color css

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

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

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