Html Css Color HEX #E9521B Persimmon

📋 copy color: '#E9521B'

red 233 ◦ green 82 ◦ blue 27

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

Shades of Persimmon #E9521B

Tints of Persimmon #E9521B

RGB

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

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

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

R = 68.13%
G = 23.98%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E9521B (or 0xE9521B) is known color: Persimmon. HEX triplet: E9, 52 and 1B. RGB value is (233,82,27). Sum of RGB (Red+Green+Blue) = 233+82+27=342 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.13% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 27 (10.94% from 255 or 7.89% from 342); Max value from RGB is 233 - color contains mainly: red. Hex color #E9521B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9521B is #16ADE4. Grayscale: #797979. Windows color (decimal): -1486309 or 1790697. OLE color: 1790697.

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

Color convert

RGB 233 82 27 -
CMYK 0 0.65 0.88 0.09
HSL 16.02º 0.82% 0.51% -
HSV(B) 16.02º 0.88% 0.91% -
XYZ 36.82 23.44 3.62 -
YUV 120.88 75.03 207.97 -
System Red Green Blue C M Y K H S L
Decimal 233 82 27 0 0.65 0.88 0.09 16.02 0.82 0.51
Hex E9 52 1B 0 41 58 9 10 52 33
Octal 351 122 33 0 101 130 11 20 122 63
Binary 11101001 1010010 11011 0 1000001 1011000 1001 10000 1010010 110011

Color Harmonies of #E9521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9521B

Black with #E9521B

Text Example


Text Example

White with #E9521B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9521B; }

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

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

background-color css

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

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

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

border-color css

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

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

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