Html Css Color HEX #EE520D Persimmon

📋 copy color: '#EE520D'

red 238 ◦ green 82 ◦ blue 13

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

Shades of Persimmon #EE520D

Tints of Persimmon #EE520D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.62%

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

R = 71.47%
G = 24.62%
B = 3.9%

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

#EE520D (or 0xEE520D) is known color: Persimmon. HEX triplet: EE, 52 and 0D. RGB value is (238,82,13). Sum of RGB (Red+Green+Blue) = 238+82+13=333 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.47% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 238 - color contains mainly: red. Hex color #EE520D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE520D is #11ADF2. Grayscale: #797979. Windows color (decimal): -1158643 or 873198. OLE color: 873198.

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

Color convert

RGB 238 82 13 -
CMYK 0 0.66 0.95 0.07
HSL 18.4º 0.9% 0.49% -
HSV(B) 18.4º 0.95% 0.93% -
XYZ 38.35 24.24 3.04 -
YUV 120.78 67.18 211.61 -
System Red Green Blue C M Y K H S L
Decimal 238 82 13 0 0.66 0.95 0.07 18.4 0.9 0.49
Hex EE 52 D 0 42 5F 7 12 5A 31
Octal 356 122 15 0 102 137 7 22 132 61
Binary 11101110 1010010 1101 0 1000010 1011111 111 10010 1011010 110001

Color Harmonies of #EE520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE520D

Black with #EE520D

Text Example


Text Example

White with #EE520D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE520D; }

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

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

background-color css

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

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

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

border-color css

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

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

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