Html Css Color HEX #EE521D Persimmon

📋 copy color: '#EE521D'

red 238 ◦ green 82 ◦ blue 29

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

Shades of Persimmon #EE521D

Tints of Persimmon #EE521D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.31%

R = 68.19%
G = 23.5%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EE521D (or 0xEE521D) is known color: Persimmon. HEX triplet: EE, 52 and 1D. RGB value is (238,82,29). Sum of RGB (Red+Green+Blue) = 238+82+29=349 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68.19% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 29 (11.72% from 255 or 8.31% from 349); Max value from RGB is 238 - color contains mainly: red. Hex color #EE521D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE521D is #11ADE2. Grayscale: #7A7A7A. Windows color (decimal): -1158627 or 1921774. OLE color: 1921774.

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

Color convert

RGB 238 82 29 -
CMYK 0 0.66 0.88 0.07
HSL 15.22º 0.86% 0.52% -
HSV(B) 15.22º 0.88% 0.93% -
XYZ 38.5 24.3 3.82 -
YUV 122.6 75.18 210.31 -
System Red Green Blue C M Y K H S L
Decimal 238 82 29 0 0.66 0.88 0.07 15.22 0.86 0.52
Hex EE 52 1D 0 42 58 7 F 56 34
Octal 356 122 35 0 102 130 7 17 126 64
Binary 11101110 1010010 11101 0 1000010 1011000 111 1111 1010110 110100

Color Harmonies of #EE521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE521D

Black with #EE521D

Text Example


Text Example

White with #EE521D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE521D; }

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

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

background-color css

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

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

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

border-color css

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

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

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