Html Css Color HEX #EE590A Persimmon

📋 copy color: '#EE590A'

red 238 ◦ green 89 ◦ blue 10

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

Shades of Persimmon #EE590A

Tints of Persimmon #EE590A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.41%

 BLUE value IS 10 (4.3% from 255) = 2.97%

R = 70.62%
G = 26.41%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EE590A (or 0xEE590A) is known color: Persimmon. HEX triplet: EE, 59 and 0A. RGB value is (238,89,10). Sum of RGB (Red+Green+Blue) = 238+89+10=337 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.62% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 10 (4.30% from 255 or 2.97% from 337); Max value from RGB is 238 - color contains mainly: red. Hex color #EE590A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE590A is #11A6F5. Grayscale: #7D7D7D. Windows color (decimal): -1156854 or 678382. OLE color: 678382.

HSL color Cylindrical-coordinate representation of color #EE590A: hue angle of 20.79º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE590A is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 89 10 -
CMYK 0 0.63 0.96 0.07
HSL 20.79º 0.92% 0.49% -
HSV(B) 20.79º 0.96% 0.93% -
XYZ 38.89 25.34 3.13 -
YUV 124.55 63.36 208.92 -
System Red Green Blue C M Y K H S L
Decimal 238 89 10 0 0.63 0.96 0.07 20.79 0.92 0.49
Hex EE 59 A 0 3F 60 7 15 5C 31
Octal 356 131 12 0 77 140 7 25 134 61
Binary 11101110 1011001 1010 0 111111 1100000 111 10101 1011100 110001

Color Harmonies of #EE590A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE590A

Black with #EE590A

Text Example


Text Example

White with #EE590A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE590A; }

 p { color: rgb(238,89,10); }

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

background-color css

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

 a { background-color: rgb(238,89,10); }

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

border-color css

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

 span { border-color: rgb(238,89,10); }

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