Html Css Color HEX #EE5003 Persimmon

📋 copy color: '#EE5003'

red 238 ◦ green 80 ◦ blue 3

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

Shades of Persimmon #EE5003

Tints of Persimmon #EE5003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.93%

R = 74.14%
G = 24.92%
B = 0.93%

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

#EE5003 (or 0xEE5003) is known color: Persimmon. HEX triplet: EE, 50 and 03. RGB value is (238,80,3). Sum of RGB (Red+Green+Blue) = 238+80+3=321 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.14% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 3 (1.56% from 255 or 0.93% from 321); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5003 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5003 is #11AFFC. Grayscale: #767676. Windows color (decimal): -1159165 or 217326. OLE color: 217326.

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

Color convert

RGB 238 80 3 -
CMYK 0 0.66 0.99 0.07
HSL 19.66º 0.98% 0.47% -
HSV(B) 19.66º 0.99% 0.93% -
XYZ 38.14 23.92 2.69 -
YUV 118.46 62.85 213.26 -
System Red Green Blue C M Y K H S L
Decimal 238 80 3 0 0.66 0.99 0.07 19.66 0.98 0.47
Hex EE 50 3 0 42 63 7 14 62 2F
Octal 356 120 3 0 102 143 7 24 142 57
Binary 11101110 1010000 11 0 1000010 1100011 111 10100 1100010 101111

Color Harmonies of #EE5003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5003

Black with #EE5003

Text Example


Text Example

White with #EE5003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5003; }

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

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

background-color css

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

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

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

border-color css

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

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

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