Html Css Color HEX #E7531B Persimmon

📋 copy color: '#E7531B'

red 231 ◦ green 83 ◦ blue 27

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

Shades of Persimmon #E7531B

Tints of Persimmon #E7531B

RGB

 RED value IS 231 (90.63% from 255) = 67.74%

 GREEN value IS 83 (32.81% from 255) = 24.34%

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

R = 67.74%
G = 24.34%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E7531B (or 0xE7531B) is known color: Persimmon. HEX triplet: E7, 53 and 1B. RGB value is (231,83,27). Sum of RGB (Red+Green+Blue) = 231+83+27=341 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.74% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 27 (10.94% from 255 or 7.92% from 341); Max value from RGB is 231 - color contains mainly: red. Hex color #E7531B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7531B is #18ACE4. Grayscale: #797979. Windows color (decimal): -1617125 or 1790951. OLE color: 1790951.

HSL color Cylindrical-coordinate representation of color #E7531B: hue angle of 16.47º degrees, saturation: 0.81, 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 #E7531B is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 83 27 -
CMYK 0 0.64 0.88 0.09
HSL 16.47º 0.81% 0.51% -
HSV(B) 16.47º 0.88% 0.91% -
XYZ 36.25 23.25 3.62 -
YUV 120.87 75.03 206.55 -
System Red Green Blue C M Y K H S L
Decimal 231 83 27 0 0.64 0.88 0.09 16.47 0.81 0.51
Hex E7 53 1B 0 40 58 9 10 51 33
Octal 347 123 33 0 100 130 11 20 121 63
Binary 11100111 1010011 11011 0 1000000 1011000 1001 10000 1010001 110011

Color Harmonies of #E7531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7531B

Black with #E7531B

Text Example


Text Example

White with #E7531B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7531B; }

 p { color: rgb(231,83,27); }

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

background-color css

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

 a { background-color: rgb(231,83,27); }

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

border-color css

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

 span { border-color: rgb(231,83,27); }

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