Html Css Color HEX #EE5510 Persimmon

📋 copy color: '#EE5510'

red 238 ◦ green 85 ◦ blue 16

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

Shades of Persimmon #EE5510

Tints of Persimmon #EE5510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.72%

R = 70.21%
G = 25.07%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EE5510 (or 0xEE5510) is known color: Persimmon. HEX triplet: EE, 55 and 10. RGB value is (238,85,16). Sum of RGB (Red+Green+Blue) = 238+85+16=339 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.21% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5510 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5510 is #11AAEF. Grayscale: #7B7B7B. Windows color (decimal): -1157872 or 1070574. OLE color: 1070574.

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

Color convert

RGB 238 85 16 -
CMYK 0 0.64 0.93 0.07
HSL 18.65º 0.87% 0.5% -
HSV(B) 18.65º 0.93% 0.93% -
XYZ 38.6 24.71 3.23 -
YUV 122.88 67.69 210.11 -
System Red Green Blue C M Y K H S L
Decimal 238 85 16 0 0.64 0.93 0.07 18.65 0.87 0.5
Hex EE 55 10 0 40 5D 7 13 57 32
Octal 356 125 20 0 100 135 7 23 127 62
Binary 11101110 1010101 10000 0 1000000 1011101 111 10011 1010111 110010

Color Harmonies of #EE5510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5510

Black with #EE5510

Text Example


Text Example

White with #EE5510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5510; }

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

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

background-color css

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

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

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

border-color css

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

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

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