Html Css Color HEX #EE4F14 Persimmon

📋 copy color: '#EE4F14'

red 238 ◦ green 79 ◦ blue 20

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

Shades of Persimmon #EE4F14

Tints of Persimmon #EE4F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.93%

R = 70.62%
G = 23.44%
B = 5.93%

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

#EE4F14 (or 0xEE4F14) is known color: Persimmon. HEX triplet: EE, 4F and 14. RGB value is (238,79,20). Sum of RGB (Red+Green+Blue) = 238+79+20=337 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.62% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4F14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE4F14 is #11B0EB. Grayscale: #787878. Windows color (decimal): -1159404 or 1331182. OLE color: 1331182.

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

Color convert

RGB 238 79 20 -
CMYK 0 0.67 0.92 0.07
HSL 16.24º 0.87% 0.51% -
HSV(B) 16.24º 0.92% 0.93% -
XYZ 38.18 23.82 3.25 -
YUV 119.82 71.68 212.3 -
System Red Green Blue C M Y K H S L
Decimal 238 79 20 0 0.67 0.92 0.07 16.24 0.87 0.51
Hex EE 4F 14 0 43 5C 7 10 57 33
Octal 356 117 24 0 103 134 7 20 127 63
Binary 11101110 1001111 10100 0 1000011 1011100 111 10000 1010111 110011

Color Harmonies of #EE4F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4F14

Black with #EE4F14

Text Example


Text Example

White with #EE4F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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