Html Css Color HEX #EE4E13 Persimmon

📋 copy color: '#EE4E13'

red 238 ◦ green 78 ◦ blue 19

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

Shades of Persimmon #EE4E13

Tints of Persimmon #EE4E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.67%

R = 71.04%
G = 23.28%
B = 5.67%

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

#EE4E13 (or 0xEE4E13) is known color: Persimmon. HEX triplet: EE, 4E and 13. RGB value is (238,78,19). Sum of RGB (Red+Green+Blue) = 238+78+19=335 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.04% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4E13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE4E13 is #11B1EC. Grayscale: #777777. Windows color (decimal): -1159661 or 1265390. OLE color: 1265390.

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

Color convert

RGB 238 78 19 -
CMYK 0 0.67 0.92 0.07
HSL 16.16º 0.87% 0.5% -
HSV(B) 16.16º 0.92% 0.93% -
XYZ 38.1 23.67 3.18 -
YUV 119.11 71.51 212.8 -
System Red Green Blue C M Y K H S L
Decimal 238 78 19 0 0.67 0.92 0.07 16.16 0.87 0.5
Hex EE 4E 13 0 43 5C 7 10 57 32
Octal 356 116 23 0 103 134 7 20 127 62
Binary 11101110 1001110 10011 0 1000011 1011100 111 10000 1010111 110010

Color Harmonies of #EE4E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4E13

Black with #EE4E13

Text Example


Text Example

White with #EE4E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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