Html Css Color HEX #EE520C Persimmon

📋 copy color: '#EE520C'

red 238 ◦ green 82 ◦ blue 12

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

Shades of Persimmon #EE520C

Tints of Persimmon #EE520C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.61%

R = 71.69%
G = 24.7%
B = 3.61%

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

#EE520C (or 0xEE520C) is known color: Persimmon. HEX triplet: EE, 52 and 0C. RGB value is (238,82,12). Sum of RGB (Red+Green+Blue) = 238+82+12=332 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.69% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 12 (5.08% from 255 or 3.61% from 332); Max value from RGB is 238 - color contains mainly: red. Hex color #EE520C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE520C is #11ADF3. Grayscale: #797979. Windows color (decimal): -1158644 or 807662. OLE color: 807662.

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

Color convert

RGB 238 82 12 -
CMYK 0 0.66 0.95 0.07
HSL 18.58º 0.9% 0.49% -
HSV(B) 18.58º 0.95% 0.93% -
XYZ 38.34 24.24 3.01 -
YUV 120.66 66.68 211.69 -
System Red Green Blue C M Y K H S L
Decimal 238 82 12 0 0.66 0.95 0.07 18.58 0.9 0.49
Hex EE 52 C 0 42 5F 7 13 5A 31
Octal 356 122 14 0 102 137 7 23 132 61
Binary 11101110 1010010 1100 0 1000010 1011111 111 10011 1011010 110001

Color Harmonies of #EE520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE520C

Black with #EE520C

Text Example


Text Example

White with #EE520C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE520C; }

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

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

background-color css

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

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

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

border-color css

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

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

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