Html Css Color HEX #E7530E Persimmon

📋 copy color: '#E7530E'

red 231 ◦ green 83 ◦ blue 14

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

Shades of Persimmon #E7530E

Tints of Persimmon #E7530E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.27%

R = 70.43%
G = 25.3%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E7530E (or 0xE7530E) is known color: Persimmon. HEX triplet: E7, 53 and 0E. RGB value is (231,83,14). Sum of RGB (Red+Green+Blue) = 231+83+14=328 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.43% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 14 (5.86% from 255 or 4.27% from 328); Max value from RGB is 231 - color contains mainly: red. Hex color #E7530E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E7530E is #18ACF1. Grayscale: #777777. Windows color (decimal): -1617138 or 938983. OLE color: 938983.

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

Color convert

RGB 231 83 14 -
CMYK 0 0.64 0.94 0.09
HSL 19.08º 0.89% 0.48% -
HSV(B) 19.08º 0.94% 0.91% -
XYZ 36.13 23.21 2.99 -
YUV 119.39 68.53 207.61 -
System Red Green Blue C M Y K H S L
Decimal 231 83 14 0 0.64 0.94 0.09 19.08 0.89 0.48
Hex E7 53 E 0 40 5E 9 13 59 30
Octal 347 123 16 0 100 136 11 23 131 60
Binary 11100111 1010011 1110 0 1000000 1011110 1001 10011 1011001 110000

Color Harmonies of #E7530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7530E

Black with #E7530E

Text Example


Text Example

White with #E7530E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7530E; }

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

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

background-color css

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

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

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

border-color css

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

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

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