Html Css Color HEX #EE560D Persimmon

📋 copy color: '#EE560D'

red 238 ◦ green 86 ◦ blue 13

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

Shades of Persimmon #EE560D

Tints of Persimmon #EE560D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.86%

R = 70.62%
G = 25.52%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE560D (or 0xEE560D) is known color: Persimmon. HEX triplet: EE, 56 and 0D. RGB value is (238,86,13). Sum of RGB (Red+Green+Blue) = 238+86+13=337 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.62% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 13 (5.47% from 255 or 3.86% from 337); Max value from RGB is 238 - color contains mainly: red. Hex color #EE560D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE560D is #11A9F2. Grayscale: #7B7B7B. Windows color (decimal): -1157619 or 874222. OLE color: 874222.

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

Color convert

RGB 238 86 13 -
CMYK 0 0.64 0.95 0.07
HSL 19.47º 0.9% 0.49% -
HSV(B) 19.47º 0.95% 0.93% -
XYZ 38.66 24.86 3.14 -
YUV 123.13 65.86 209.94 -
System Red Green Blue C M Y K H S L
Decimal 238 86 13 0 0.64 0.95 0.07 19.47 0.9 0.49
Hex EE 56 D 0 40 5F 7 13 5A 31
Octal 356 126 15 0 100 137 7 23 132 61
Binary 11101110 1010110 1101 0 1000000 1011111 111 10011 1011010 110001

Color Harmonies of #EE560D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE560D

Black with #EE560D

Text Example


Text Example

White with #EE560D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE560D; }

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

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

background-color css

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

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

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

border-color css

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

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

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