Html Css Color HEX #EE560F Persimmon

📋 copy color: '#EE560F'

red 238 ◦ green 86 ◦ blue 15

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

Shades of Persimmon #EE560F

Tints of Persimmon #EE560F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.42%

R = 70.21%
G = 25.37%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EE560F (or 0xEE560F) is known color: Persimmon. HEX triplet: EE, 56 and 0F. RGB value is (238,86,15). Sum of RGB (Red+Green+Blue) = 238+86+15=339 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.21% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 15 (6.25% from 255 or 4.42% from 339); Max value from RGB is 238 - color contains mainly: red. Hex color #EE560F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE560F is #11A9F0. Grayscale: #7B7B7B. Windows color (decimal): -1157617 or 1005294. OLE color: 1005294.

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

Color convert

RGB 238 86 15 -
CMYK 0 0.64 0.94 0.07
HSL 19.1º 0.88% 0.5% -
HSV(B) 19.1º 0.94% 0.93% -
XYZ 38.67 24.87 3.21 -
YUV 123.35 66.86 209.77 -
System Red Green Blue C M Y K H S L
Decimal 238 86 15 0 0.64 0.94 0.07 19.1 0.88 0.5
Hex EE 56 F 0 40 5E 7 13 58 32
Octal 356 126 17 0 100 136 7 23 130 62
Binary 11101110 1010110 1111 0 1000000 1011110 111 10011 1011000 110010

Color Harmonies of #EE560F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE560F

Black with #EE560F

Text Example


Text Example

White with #EE560F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE560F; }

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

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

background-color css

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

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

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

border-color css

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

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

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