Html Css Color HEX #EE6413 Persimmon

📋 copy color: '#EE6413'

red 238 ◦ green 100 ◦ blue 19

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

Shades of Persimmon #EE6413

Tints of Persimmon #EE6413

RGB

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

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

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

R = 66.67%
G = 28.01%
B = 5.32%

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

#EE6413 (or 0xEE6413) is known color: Persimmon. HEX triplet: EE, 64 and 13. RGB value is (238,100,19). Sum of RGB (Red+Green+Blue) = 238+100+19=357 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.67% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 19 (7.81% from 255 or 5.32% from 357); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6413 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6413 is #119BEC. Grayscale: #848484. Windows color (decimal): -1154029 or 1271022. OLE color: 1271022.

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

Color convert

RGB 238 100 19 -
CMYK 0 0.58 0.92 0.07
HSL 22.19º 0.87% 0.5% -
HSV(B) 22.19º 0.92% 0.93% -
XYZ 39.93 27.34 3.79 -
YUV 132.03 64.22 203.59 -
System Red Green Blue C M Y K H S L
Decimal 238 100 19 0 0.58 0.92 0.07 22.19 0.87 0.5
Hex EE 64 13 0 3A 5C 7 16 57 32
Octal 356 144 23 0 72 134 7 26 127 62
Binary 11101110 1100100 10011 0 111010 1011100 111 10110 1010111 110010

Color Harmonies of #EE6413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6413

Black with #EE6413

Text Example


Text Example

White with #EE6413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6413; }

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

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

background-color css

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

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

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

border-color css

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

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

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