Html Css Color HEX #EE4D04 Persimmon

📋 copy color: '#EE4D04'

red 238 ◦ green 77 ◦ blue 4

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

Shades of Persimmon #EE4D04

Tints of Persimmon #EE4D04

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.14%

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

R = 74.61%
G = 24.14%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EE4D04 (or 0xEE4D04) is known color: Persimmon. HEX triplet: EE, 4D and 04. RGB value is (238,77,4). Sum of RGB (Red+Green+Blue) = 238+77+4=319 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.61% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 4 (1.95% from 255 or 1.25% from 319); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4D04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE4D04 is #11B2FB. Grayscale: #757575. Windows color (decimal): -1159932 or 282094. OLE color: 282094.

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

Color convert

RGB 238 77 4 -
CMYK 0 0.68 0.98 0.07
HSL 18.72º 0.97% 0.47% -
HSV(B) 18.72º 0.98% 0.93% -
XYZ 37.94 23.49 2.65 -
YUV 116.82 64.34 214.44 -
System Red Green Blue C M Y K H S L
Decimal 238 77 4 0 0.68 0.98 0.07 18.72 0.97 0.47
Hex EE 4D 4 0 44 62 7 13 61 2F
Octal 356 115 4 0 104 142 7 23 141 57
Binary 11101110 1001101 100 0 1000100 1100010 111 10011 1100001 101111

Color Harmonies of #EE4D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4D04

Black with #EE4D04

Text Example


Text Example

White with #EE4D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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