Html Css Color HEX #EE4A05 Persimmon

📋 copy color: '#EE4A05'

red 238 ◦ green 74 ◦ blue 5

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

Shades of Persimmon #EE4A05

Tints of Persimmon #EE4A05

RGB

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

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

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

R = 75.08%
G = 23.34%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EE4A05 (or 0xEE4A05) is known color: Persimmon. HEX triplet: EE, 4A and 05. RGB value is (238,74,5). Sum of RGB (Red+Green+Blue) = 238+74+5=317 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.08% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 5 (2.34% from 255 or 1.58% from 317); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4A05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4A05 is #11B5FA. Grayscale: #737373. Windows color (decimal): -1160699 or 346862. OLE color: 346862.

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

Color convert

RGB 238 74 5 -
CMYK 0 0.69 0.98 0.07
HSL 17.77º 0.96% 0.48% -
HSV(B) 17.77º 0.98% 0.93% -
XYZ 37.74 23.09 2.61 -
YUV 115.17 65.83 215.61 -
System Red Green Blue C M Y K H S L
Decimal 238 74 5 0 0.69 0.98 0.07 17.77 0.96 0.48
Hex EE 4A 5 0 45 62 7 12 60 30
Octal 356 112 5 0 105 142 7 22 140 60
Binary 11101110 1001010 101 0 1000101 1100010 111 10010 1100000 110000

Color Harmonies of #EE4A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4A05

Black with #EE4A05

Text Example


Text Example

White with #EE4A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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