Html Css Color HEX #EE4B19 Persimmon

📋 copy color: '#EE4B19'

red 238 ◦ green 75 ◦ blue 25

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

Shades of Persimmon #EE4B19

Tints of Persimmon #EE4B19

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.19%

 BLUE value IS 25 (10.16% from 255) = 7.4%

R = 70.41%
G = 22.19%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE4B19 (or 0xEE4B19) is known color: Persimmon. HEX triplet: EE, 4B and 19. RGB value is (238,75,25). Sum of RGB (Red+Green+Blue) = 238+75+25=338 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.41% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 25 (10.16% from 255 or 7.40% from 338); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4B19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4B19 is #11B4E6. Grayscale: #767676. Windows color (decimal): -1160423 or 1657838. OLE color: 1657838.

HSL color Cylindrical-coordinate representation of color #EE4B19: hue angle of 14.08º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE4B19 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 75 25 -
CMYK 0 0.68 0.89 0.07
HSL 14.08º 0.86% 0.52% -
HSV(B) 14.08º 0.89% 0.93% -
XYZ 37.95 23.28 3.41 -
YUV 118.04 75.5 213.57 -
System Red Green Blue C M Y K H S L
Decimal 238 75 25 0 0.68 0.89 0.07 14.08 0.86 0.52
Hex EE 4B 19 0 44 59 7 E 56 34
Octal 356 113 31 0 104 131 7 16 126 64
Binary 11101110 1001011 11001 0 1000100 1011001 111 1110 1010110 110100

Color Harmonies of #EE4B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4B19

Black with #EE4B19

Text Example


Text Example

White with #EE4B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4B19; }

 p { color: rgb(238,75,25); }

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

background-color css

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

 a { background-color: rgb(238,75,25); }

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

border-color css

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

 span { border-color: rgb(238,75,25); }

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