Html Css Color HEX #EE4F16 Persimmon

📋 copy color: '#EE4F16'

red 238 ◦ green 79 ◦ blue 22

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

Shades of Persimmon #EE4F16

Tints of Persimmon #EE4F16

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.3%

 BLUE value IS 22 (8.98% from 255) = 6.49%

R = 70.21%
G = 23.3%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EE4F16 (or 0xEE4F16) is known color: Persimmon. HEX triplet: EE, 4F and 16. RGB value is (238,79,22). Sum of RGB (Red+Green+Blue) = 238+79+22=339 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.21% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4F16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE4F16 is #11B0E9. Grayscale: #787878. Windows color (decimal): -1159402 or 1462254. OLE color: 1462254.

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

Color convert

RGB 238 79 22 -
CMYK 0 0.67 0.91 0.07
HSL 15.83º 0.86% 0.51% -
HSV(B) 15.83º 0.91% 0.93% -
XYZ 38.2 23.83 3.34 -
YUV 120.04 72.68 212.13 -
System Red Green Blue C M Y K H S L
Decimal 238 79 22 0 0.67 0.91 0.07 15.83 0.86 0.51
Hex EE 4F 16 0 43 5B 7 10 56 33
Octal 356 117 26 0 103 133 7 20 126 63
Binary 11101110 1001111 10110 0 1000011 1011011 111 10000 1010110 110011

Color Harmonies of #EE4F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4F16

Black with #EE4F16

Text Example


Text Example

White with #EE4F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4F16; }

 p { color: rgb(238,79,22); }

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

background-color css

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

 a { background-color: rgb(238,79,22); }

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

border-color css

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

 span { border-color: rgb(238,79,22); }

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