Html Css Color HEX #E5521A Persimmon

📋 copy color: '#E5521A'

red 229 ◦ green 82 ◦ blue 26

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

Shades of Persimmon #E5521A

Tints of Persimmon #E5521A

RGB

 RED value IS 229 (89.84% from 255) = 67.95%

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

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

R = 67.95%
G = 24.33%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E5521A (or 0xE5521A) is known color: Persimmon. HEX triplet: E5, 52 and 1A. RGB value is (229,82,26). Sum of RGB (Red+Green+Blue) = 229+82+26=337 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.95% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 26 (10.55% from 255 or 7.72% from 337); Max value from RGB is 229 - color contains mainly: red. Hex color #E5521A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5521A is #1AADE5. Grayscale: #777777. Windows color (decimal): -1748454 or 1725157. OLE color: 1725157.

HSL color Cylindrical-coordinate representation of color #E5521A: hue angle of 16.55º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E5521A is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 82 26 -
CMYK 0 0.64 0.89 0.10
HSL 16.55º 0.8% 0.5% -
HSV(B) 16.55º 0.89% 0.9% -
XYZ 35.52 22.77 3.5 -
YUV 119.57 75.2 206.05 -
System Red Green Blue C M Y K H S L
Decimal 229 82 26 0 0.64 0.89 0.10 16.55 0.8 0.5
Hex E5 52 1A 0 40 59 A 11 50 32
Octal 345 122 32 0 100 131 12 21 120 62
Binary 11100101 1010010 11010 0 1000000 1011001 1010 10001 1010000 110010

Color Harmonies of #E5521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5521A

Black with #E5521A

Text Example


Text Example

White with #E5521A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5521A; }

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

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

background-color css

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

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

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

border-color css

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

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

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