Html Css Color HEX #E9521A Persimmon

📋 copy color: '#E9521A'

red 233 ◦ green 82 ◦ blue 26

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

Shades of Persimmon #E9521A

Tints of Persimmon #E9521A

RGB

 RED value IS 233 (91.41% from 255) = 68.33%

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

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

R = 68.33%
G = 24.05%
B = 7.62%

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

#E9521A (or 0xE9521A) is known color: Persimmon. HEX triplet: E9, 52 and 1A. RGB value is (233,82,26). Sum of RGB (Red+Green+Blue) = 233+82+26=341 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.33% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 26 (10.55% from 255 or 7.62% from 341); Max value from RGB is 233 - color contains mainly: red. Hex color #E9521A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9521A is #16ADE5. Grayscale: #797979. Windows color (decimal): -1486310 or 1725161. OLE color: 1725161.

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

Color convert

RGB 233 82 26 -
CMYK 0 0.65 0.89 0.09
HSL 16.23º 0.82% 0.51% -
HSV(B) 16.23º 0.89% 0.91% -
XYZ 36.81 23.43 3.56 -
YUV 120.77 74.53 208.05 -
System Red Green Blue C M Y K H S L
Decimal 233 82 26 0 0.65 0.89 0.09 16.23 0.82 0.51
Hex E9 52 1A 0 41 59 9 10 52 33
Octal 351 122 32 0 101 131 11 20 122 63
Binary 11101001 1010010 11010 0 1000001 1011001 1001 10000 1010010 110011

Color Harmonies of #E9521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9521A

Black with #E9521A

Text Example


Text Example

White with #E9521A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9521A; }

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

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

background-color css

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

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

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

border-color css

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

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

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