Html Css Color HEX #EE4A11 Persimmon

📋 copy color: '#EE4A11'

red 238 ◦ green 74 ◦ blue 17

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

Shades of Persimmon #EE4A11

Tints of Persimmon #EE4A11

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.49%

 BLUE value IS 17 (7.03% from 255) = 5.17%

R = 72.34%
G = 22.49%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EE4A11 (or 0xEE4A11) is known color: Persimmon. HEX triplet: EE, 4A and 11. RGB value is (238,74,17). Sum of RGB (Red+Green+Blue) = 238+74+17=329 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.34% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 17 (7.03% from 255 or 5.17% from 329); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4A11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4A11 is #11B5EE. Grayscale: #747474. Windows color (decimal): -1160687 or 1133294. OLE color: 1133294.

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

Color convert

RGB 238 74 17 -
CMYK 0 0.69 0.93 0.07
HSL 15.48º 0.87% 0.5% -
HSV(B) 15.48º 0.93% 0.93% -
XYZ 37.81 23.12 3 -
YUV 116.54 71.83 214.63 -
System Red Green Blue C M Y K H S L
Decimal 238 74 17 0 0.69 0.93 0.07 15.48 0.87 0.5
Hex EE 4A 11 0 45 5D 7 F 57 32
Octal 356 112 21 0 105 135 7 17 127 62
Binary 11101110 1001010 10001 0 1000101 1011101 111 1111 1010111 110010

Color Harmonies of #EE4A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4A11

Black with #EE4A11

Text Example


Text Example

White with #EE4A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4A11; }

 p { color: rgb(238,74,17); }

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

background-color css

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

 a { background-color: rgb(238,74,17); }

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

border-color css

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

 span { border-color: rgb(238,74,17); }

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