Html Css Color HEX #EE5900 Persimmon

📋 copy color: '#EE5900'

red 238 ◦ green 89 ◦ blue 0

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

Shades of Persimmon #EE5900

Tints of Persimmon #EE5900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.78%
G = 27.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EE5900 (or 0xEE5900) is known color: Persimmon. HEX triplet: EE, 59 and 00. RGB value is (238,89,0). Sum of RGB (Red+Green+Blue) = 238+89+0=327 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.78% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5900 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5900 is #11A6FF. Grayscale: #7B7B7B. Windows color (decimal): -1156864 or 23022. OLE color: 23022.

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

Color convert

RGB 238 89 0 -
CMYK 0 0.63 1 0.07
HSL 22.44º 1% 0.47% -
HSV(B) 22.44º 1% 0.93% -
XYZ 38.83 25.32 2.84 -
YUV 123.41 58.36 209.74 -
System Red Green Blue C M Y K H S L
Decimal 238 89 0 0 0.63 1 0.07 22.44 1 0.47
Hex EE 59 0 0 3F 64 7 16 64 2F
Octal 356 131 0 0 77 144 7 26 144 57
Binary 11101110 1011001 0 0 111111 1100100 111 10110 1100100 101111

Color Harmonies of #EE5900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5900

Black with #EE5900

Text Example


Text Example

White with #EE5900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5900; }

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

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

background-color css

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

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

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

border-color css

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

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

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