Html Css Color HEX #E7500A Persimmon

📋 copy color: '#E7500A'

red 231 ◦ green 80 ◦ blue 10

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

Shades of Persimmon #E7500A

Tints of Persimmon #E7500A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.92%

 BLUE value IS 10 (4.3% from 255) = 3.12%

R = 71.96%
G = 24.92%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E7500A (or 0xE7500A) is known color: Persimmon. HEX triplet: E7, 50 and 0A. RGB value is (231,80,10). Sum of RGB (Red+Green+Blue) = 231+80+10=321 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.96% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 10 (4.30% from 255 or 3.12% from 321); Max value from RGB is 231 - color contains mainly: red. Hex color #E7500A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E7500A is #18AFF5. Grayscale: #757575. Windows color (decimal): -1617910 or 676071. OLE color: 676071.

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

Color convert

RGB 231 80 10 -
CMYK 0 0.65 0.96 0.09
HSL 19º 0.92% 0.47% -
HSV(B) 19º 0.96% 0.91% -
XYZ 35.88 22.75 2.79 -
YUV 117.17 67.53 209.19 -
System Red Green Blue C M Y K H S L
Decimal 231 80 10 0 0.65 0.96 0.09 19 0.92 0.47
Hex E7 50 A 0 41 60 9 13 5C 2F
Octal 347 120 12 0 101 140 11 23 134 57
Binary 11100111 1010000 1010 0 1000001 1100000 1001 10011 1011100 101111

Color Harmonies of #E7500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7500A

Black with #E7500A

Text Example


Text Example

White with #E7500A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7500A; }

 p { color: rgb(231,80,10); }

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

background-color css

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

 a { background-color: rgb(231,80,10); }

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

border-color css

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

 span { border-color: rgb(231,80,10); }

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