Html Css Color HEX #EE521B Persimmon

📋 copy color: '#EE521B'

red 238 ◦ green 82 ◦ blue 27

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

Shades of Persimmon #EE521B

Tints of Persimmon #EE521B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.78%

R = 68.59%
G = 23.63%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE521B (or 0xEE521B) is known color: Persimmon. HEX triplet: EE, 52 and 1B. RGB value is (238,82,27). Sum of RGB (Red+Green+Blue) = 238+82+27=347 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.59% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 27 (10.94% from 255 or 7.78% from 347); Max value from RGB is 238 - color contains mainly: red. Hex color #EE521B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE521B is #11ADE4. Grayscale: #7A7A7A. Windows color (decimal): -1158629 or 1790702. OLE color: 1790702.

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

Color convert

RGB 238 82 27 -
CMYK 0 0.66 0.89 0.07
HSL 15.64º 0.86% 0.52% -
HSV(B) 15.64º 0.89% 0.93% -
XYZ 38.48 24.29 3.7 -
YUV 122.37 74.18 210.47 -
System Red Green Blue C M Y K H S L
Decimal 238 82 27 0 0.66 0.89 0.07 15.64 0.86 0.52
Hex EE 52 1B 0 42 59 7 10 56 34
Octal 356 122 33 0 102 131 7 20 126 64
Binary 11101110 1010010 11011 0 1000010 1011001 111 10000 1010110 110100

Color Harmonies of #EE521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE521B

Black with #EE521B

Text Example


Text Example

White with #EE521B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE521B; }

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

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

background-color css

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

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

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

border-color css

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

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

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