Html Css Color HEX #EE5800 Persimmon

📋 copy color: '#EE5800'

red 238 ◦ green 88 ◦ blue 0

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

Shades of Persimmon #EE5800

Tints of Persimmon #EE5800

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.99%

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

R = 73.01%
G = 26.99%
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

#EE5800 (or 0xEE5800) is known color: Persimmon. HEX triplet: EE, 58 and 00. RGB value is (238,88,0). Sum of RGB (Red+Green+Blue) = 238+88+0=326 (43% of max value = 765). Red value is 238 (93.36% from 255 or 73.01% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5800 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5800 is #11A7FF. Grayscale: #7B7B7B. Windows color (decimal): -1157120 or 22766. OLE color: 22766.

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

Color convert

RGB 238 88 0 -
CMYK 0 0.63 1 0.07
HSL 22.18º 1% 0.47% -
HSV(B) 22.18º 1% 0.93% -
XYZ 38.75 25.16 2.81 -
YUV 122.82 58.7 210.16 -
System Red Green Blue C M Y K H S L
Decimal 238 88 0 0 0.63 1 0.07 22.18 1 0.47
Hex EE 58 0 0 3F 64 7 16 64 2F
Octal 356 130 0 0 77 144 7 26 144 57
Binary 11101110 1011000 0 0 111111 1100100 111 10110 1100100 101111

Color Harmonies of #EE5800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5800

Black with #EE5800

Text Example


Text Example

White with #EE5800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5800; }

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

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

background-color css

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

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

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

border-color css

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

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

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