Html Css Color HEX #EE4E12 Persimmon

📋 copy color: '#EE4E12'

red 238 ◦ green 78 ◦ blue 18

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

Shades of Persimmon #EE4E12

Tints of Persimmon #EE4E12

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.35%

 BLUE value IS 18 (7.42% from 255) = 5.39%

R = 71.26%
G = 23.35%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE4E12 (or 0xEE4E12) is known color: Persimmon. HEX triplet: EE, 4E and 12. RGB value is (238,78,18). Sum of RGB (Red+Green+Blue) = 238+78+18=334 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.26% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 18 (7.42% from 255 or 5.39% from 334); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4E12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE4E12 is #11B1ED. Grayscale: #777777. Windows color (decimal): -1159662 or 1199854. OLE color: 1199854.

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

Color convert

RGB 238 78 18 -
CMYK 0 0.67 0.92 0.07
HSL 16.36º 0.87% 0.5% -
HSV(B) 16.36º 0.92% 0.93% -
XYZ 38.09 23.67 3.13 -
YUV 119 71.01 212.88 -
System Red Green Blue C M Y K H S L
Decimal 238 78 18 0 0.67 0.92 0.07 16.36 0.87 0.5
Hex EE 4E 12 0 43 5C 7 10 57 32
Octal 356 116 22 0 103 134 7 20 127 62
Binary 11101110 1001110 10010 0 1000011 1011100 111 10000 1010111 110010

Color Harmonies of #EE4E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4E12

Black with #EE4E12

Text Example


Text Example

White with #EE4E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4E12; }

 p { color: rgb(238,78,18); }

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

background-color css

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

 a { background-color: rgb(238,78,18); }

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

border-color css

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

 span { border-color: rgb(238,78,18); }

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