Html Css Color HEX #EE521A Persimmon

📋 copy color: '#EE521A'

red 238 ◦ green 82 ◦ blue 26

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

Shades of Persimmon #EE521A

Tints of Persimmon #EE521A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.51%

R = 68.79%
G = 23.7%
B = 7.51%

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

#EE521A (or 0xEE521A) is known color: Persimmon. HEX triplet: EE, 52 and 1A. RGB value is (238,82,26). Sum of RGB (Red+Green+Blue) = 238+82+26=346 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.79% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 238 - color contains mainly: red. Hex color #EE521A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE521A is #11ADE5. Grayscale: #7A7A7A. Windows color (decimal): -1158630 or 1725166. OLE color: 1725166.

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

Color convert

RGB 238 82 26 -
CMYK 0 0.66 0.89 0.07
HSL 15.85º 0.86% 0.52% -
HSV(B) 15.85º 0.89% 0.93% -
XYZ 38.46 24.29 3.64 -
YUV 122.26 73.68 210.55 -
System Red Green Blue C M Y K H S L
Decimal 238 82 26 0 0.66 0.89 0.07 15.85 0.86 0.52
Hex EE 52 1A 0 42 59 7 10 56 34
Octal 356 122 32 0 102 131 7 20 126 64
Binary 11101110 1010010 11010 0 1000010 1011001 111 10000 1010110 110100

Color Harmonies of #EE521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE521A

Black with #EE521A

Text Example


Text Example

White with #EE521A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE521A; }

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

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

background-color css

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

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

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

border-color css

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

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

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