Html Css Color HEX #EE5010 Persimmon

📋 copy color: '#EE5010'

red 238 ◦ green 80 ◦ blue 16

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

Shades of Persimmon #EE5010

Tints of Persimmon #EE5010

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.95%

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

R = 71.26%
G = 23.95%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EE5010 (or 0xEE5010) is known color: Persimmon. HEX triplet: EE, 50 and 10. RGB value is (238,80,16). Sum of RGB (Red+Green+Blue) = 238+80+16=334 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.26% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5010 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5010 is #11AFEF. Grayscale: #787878. Windows color (decimal): -1159152 or 1069294. OLE color: 1069294.

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

Color convert

RGB 238 80 16 -
CMYK 0 0.66 0.93 0.07
HSL 17.3º 0.87% 0.5% -
HSV(B) 17.3º 0.93% 0.93% -
XYZ 38.22 23.95 3.1 -
YUV 119.95 69.35 212.2 -
System Red Green Blue C M Y K H S L
Decimal 238 80 16 0 0.66 0.93 0.07 17.3 0.87 0.5
Hex EE 50 10 0 42 5D 7 11 57 32
Octal 356 120 20 0 102 135 7 21 127 62
Binary 11101110 1010000 10000 0 1000010 1011101 111 10001 1010111 110010

Color Harmonies of #EE5010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5010

Black with #EE5010

Text Example


Text Example

White with #EE5010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5010; }

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

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

background-color css

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

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

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

border-color css

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

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

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