Html Css Color HEX #EE6414 Persimmon

📋 copy color: '#EE6414'

red 238 ◦ green 100 ◦ blue 20

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

Shades of Persimmon #EE6414

Tints of Persimmon #EE6414

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.93%

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

R = 66.48%
G = 27.93%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE6414 (or 0xEE6414) is known color: Persimmon. HEX triplet: EE, 64 and 14. RGB value is (238,100,20). Sum of RGB (Red+Green+Blue) = 238+100+20=358 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.48% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 20 (8.20% from 255 or 5.59% from 358); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6414 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6414 is #119BEB. Grayscale: #848484. Windows color (decimal): -1154028 or 1336558. OLE color: 1336558.

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

Color convert

RGB 238 100 20 -
CMYK 0 0.58 0.92 0.07
HSL 22.02º 0.87% 0.51% -
HSV(B) 22.02º 0.92% 0.93% -
XYZ 39.94 27.34 3.83 -
YUV 132.14 64.72 203.5 -
System Red Green Blue C M Y K H S L
Decimal 238 100 20 0 0.58 0.92 0.07 22.02 0.87 0.51
Hex EE 64 14 0 3A 5C 7 16 57 33
Octal 356 144 24 0 72 134 7 26 127 63
Binary 11101110 1100100 10100 0 111010 1011100 111 10110 1010111 110011

Color Harmonies of #EE6414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6414

Black with #EE6414

Text Example


Text Example

White with #EE6414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6414; }

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

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

background-color css

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

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

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

border-color css

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

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

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