Html Css Color HEX #EE5606 Persimmon

📋 copy color: '#EE5606'

red 238 ◦ green 86 ◦ blue 6

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

Shades of Persimmon #EE5606

Tints of Persimmon #EE5606

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.06%

 BLUE value IS 6 (2.73% from 255) = 1.82%

R = 72.12%
G = 26.06%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EE5606 (or 0xEE5606) is known color: Persimmon. HEX triplet: EE, 56 and 06. RGB value is (238,86,6). Sum of RGB (Red+Green+Blue) = 238+86+6=330 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.12% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 6 (2.73% from 255 or 1.82% from 330); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5606 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5606 is #11A9F9. Grayscale: #7A7A7A. Windows color (decimal): -1157626 or 415470. OLE color: 415470.

HSL color Cylindrical-coordinate representation of color #EE5606: hue angle of 20.69º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE5606 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 86 6 -
CMYK 0 0.64 0.97 0.07
HSL 20.69º 0.95% 0.48% -
HSV(B) 20.69º 0.97% 0.93% -
XYZ 38.62 24.85 2.93 -
YUV 122.33 62.36 210.5 -
System Red Green Blue C M Y K H S L
Decimal 238 86 6 0 0.64 0.97 0.07 20.69 0.95 0.48
Hex EE 56 6 0 40 61 7 15 5F 30
Octal 356 126 6 0 100 141 7 25 137 60
Binary 11101110 1010110 110 0 1000000 1100001 111 10101 1011111 110000

Color Harmonies of #EE5606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5606

Black with #EE5606

Text Example


Text Example

White with #EE5606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5606; }

 p { color: rgb(238,86,6); }

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

background-color css

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

 a { background-color: rgb(238,86,6); }

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

border-color css

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

 span { border-color: rgb(238,86,6); }

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