Html Css Color HEX #E7531C Persimmon

📋 copy color: '#E7531C'

red 231 ◦ green 83 ◦ blue 28

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

Shades of Persimmon #E7531C

Tints of Persimmon #E7531C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.19%

R = 67.54%
G = 24.27%
B = 8.19%

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

#E7531C (or 0xE7531C) is known color: Persimmon. HEX triplet: E7, 53 and 1C. RGB value is (231,83,28). Sum of RGB (Red+Green+Blue) = 231+83+28=342 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.54% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 28 (11.33% from 255 or 8.19% from 342); Max value from RGB is 231 - color contains mainly: red. Hex color #E7531C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7531C is #18ACE3. Grayscale: #797979. Windows color (decimal): -1617124 or 1856487. OLE color: 1856487.

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

Color convert

RGB 231 83 28 -
CMYK 0 0.64 0.88 0.09
HSL 16.26º 0.81% 0.51% -
HSV(B) 16.26º 0.88% 0.91% -
XYZ 36.26 23.26 3.68 -
YUV 120.98 75.53 206.47 -
System Red Green Blue C M Y K H S L
Decimal 231 83 28 0 0.64 0.88 0.09 16.26 0.81 0.51
Hex E7 53 1C 0 40 58 9 10 51 33
Octal 347 123 34 0 100 130 11 20 121 63
Binary 11100111 1010011 11100 0 1000000 1011000 1001 10000 1010001 110011

Color Harmonies of #E7531C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7531C

Black with #E7531C

Text Example


Text Example

White with #E7531C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7531C; }

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

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

background-color css

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

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

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

border-color css

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

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

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