Html Css Color HEX #EE5514 Persimmon

📋 copy color: '#EE5514'

red 238 ◦ green 85 ◦ blue 20

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

Shades of Persimmon #EE5514

Tints of Persimmon #EE5514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.78%

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

R = 69.39%
G = 24.78%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE5514 (or 0xEE5514) is known color: Persimmon. HEX triplet: EE, 55 and 14. RGB value is (238,85,20). Sum of RGB (Red+Green+Blue) = 238+85+20=343 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.39% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5514 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5514 is #11AAEB. Grayscale: #7B7B7B. Windows color (decimal): -1157868 or 1332718. OLE color: 1332718.

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

Color convert

RGB 238 85 20 -
CMYK 0 0.64 0.92 0.07
HSL 17.89º 0.87% 0.51% -
HSV(B) 17.89º 0.92% 0.93% -
XYZ 38.63 24.72 3.4 -
YUV 123.34 69.69 209.79 -
System Red Green Blue C M Y K H S L
Decimal 238 85 20 0 0.64 0.92 0.07 17.89 0.87 0.51
Hex EE 55 14 0 40 5C 7 12 57 33
Octal 356 125 24 0 100 134 7 22 127 63
Binary 11101110 1010101 10100 0 1000000 1011100 111 10010 1010111 110011

Color Harmonies of #EE5514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5514

Black with #EE5514

Text Example


Text Example

White with #EE5514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5514; }

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

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

background-color css

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

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

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

border-color css

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

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

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