Html Css Color HEX #E8521A Persimmon

📋 copy color: '#E8521A'

red 232 ◦ green 82 ◦ blue 26

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

Shades of Persimmon #E8521A

Tints of Persimmon #E8521A

RGB

 RED value IS 232 (91.02% from 255) = 68.24%

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

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

R = 68.24%
G = 24.12%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.09

RGB Variations

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

Color information

#E8521A (or 0xE8521A) is known color: Persimmon. HEX triplet: E8, 52 and 1A. RGB value is (232,82,26). Sum of RGB (Red+Green+Blue) = 232+82+26=340 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.24% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 26 (10.55% from 255 or 7.65% from 340); Max value from RGB is 232 - color contains mainly: red. Hex color #E8521A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8521A is #17ADE5. Grayscale: #787878. Windows color (decimal): -1551846 or 1725160. OLE color: 1725160.

HSL color Cylindrical-coordinate representation of color #E8521A: hue angle of 16.31º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E8521A is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 82 26 -
CMYK 0 0.65 0.89 0.09
HSL 16.31º 0.82% 0.51% -
HSV(B) 16.31º 0.89% 0.91% -
XYZ 36.48 23.26 3.55 -
YUV 120.47 74.7 207.55 -
System Red Green Blue C M Y K H S L
Decimal 232 82 26 0 0.65 0.89 0.09 16.31 0.82 0.51
Hex E8 52 1A 0 41 59 9 10 52 33
Octal 350 122 32 0 101 131 11 20 122 63
Binary 11101000 1010010 11010 0 1000001 1011001 1001 10000 1010010 110011

Color Harmonies of #E8521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8521A

Black with #E8521A

Text Example


Text Example

White with #E8521A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8521A; }

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

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

background-color css

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

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

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

border-color css

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

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

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