Html Css Color HEX #EE5102 Persimmon

📋 copy color: '#EE5102'

red 238 ◦ green 81 ◦ blue 2

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

Shades of Persimmon #EE5102

Tints of Persimmon #EE5102

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.23%

 BLUE value IS 2 (1.17% from 255) = 0.62%

R = 74.14%
G = 25.23%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EE5102 (or 0xEE5102) is known color: Persimmon. HEX triplet: EE, 51 and 02. RGB value is (238,81,2). Sum of RGB (Red+Green+Blue) = 238+81+2=321 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.14% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5102 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5102 is #11AEFD. Grayscale: #777777. Windows color (decimal): -1158910 or 152046. OLE color: 152046.

HSL color Cylindrical-coordinate representation of color #EE5102: hue angle of 20.08º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE5102 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 81 2 -
CMYK 0 0.66 0.99 0.07
HSL 20.08º 0.98% 0.47% -
HSV(B) 20.08º 0.99% 0.93% -
XYZ 38.21 24.07 2.69 -
YUV 118.94 62.01 212.92 -
System Red Green Blue C M Y K H S L
Decimal 238 81 2 0 0.66 0.99 0.07 20.08 0.98 0.47
Hex EE 51 2 0 42 63 7 14 62 2F
Octal 356 121 2 0 102 143 7 24 142 57
Binary 11101110 1010001 10 0 1000010 1100011 111 10100 1100010 101111

Color Harmonies of #EE5102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5102

Black with #EE5102

Text Example


Text Example

White with #EE5102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5102; }

 p { color: rgb(238,81,2); }

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

background-color css

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

 a { background-color: rgb(238,81,2); }

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

border-color css

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

 span { border-color: rgb(238,81,2); }

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