Html Css Color HEX #EE500D Persimmon

📋 copy color: '#EE500D'

red 238 ◦ green 80 ◦ blue 13

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

Shades of Persimmon #EE500D

Tints of Persimmon #EE500D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.17%

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

R = 71.9%
G = 24.17%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE500D (or 0xEE500D) is known color: Persimmon. HEX triplet: EE, 50 and 0D. RGB value is (238,80,13). Sum of RGB (Red+Green+Blue) = 238+80+13=331 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.90% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 238 - color contains mainly: red. Hex color #EE500D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE500D is #11AFF2. Grayscale: #787878. Windows color (decimal): -1159155 or 872686. OLE color: 872686.

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

Color convert

RGB 238 80 13 -
CMYK 0 0.66 0.95 0.07
HSL 17.87º 0.9% 0.49% -
HSV(B) 17.87º 0.95% 0.93% -
XYZ 38.2 23.94 2.99 -
YUV 119.6 67.85 212.45 -
System Red Green Blue C M Y K H S L
Decimal 238 80 13 0 0.66 0.95 0.07 17.87 0.9 0.49
Hex EE 50 D 0 42 5F 7 12 5A 31
Octal 356 120 15 0 102 137 7 22 132 61
Binary 11101110 1010000 1101 0 1000010 1011111 111 10010 1011010 110001

Color Harmonies of #EE500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE500D

Black with #EE500D

Text Example


Text Example

White with #EE500D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE500D; }

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

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

background-color css

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

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

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

border-color css

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

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

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