Html Css Color HEX #E7500C Persimmon

📋 copy color: '#E7500C'

red 231 ◦ green 80 ◦ blue 12

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

Shades of Persimmon #E7500C

Tints of Persimmon #E7500C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.72%

R = 71.52%
G = 24.77%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E7500C (or 0xE7500C) is known color: Persimmon. HEX triplet: E7, 50 and 0C. RGB value is (231,80,12). Sum of RGB (Red+Green+Blue) = 231+80+12=323 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.52% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 12 (5.08% from 255 or 3.72% from 323); Max value from RGB is 231 - color contains mainly: red. Hex color #E7500C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E7500C is #18AFF3. Grayscale: #757575. Windows color (decimal): -1617908 or 807143. OLE color: 807143.

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

Color convert

RGB 231 80 12 -
CMYK 0 0.65 0.95 0.09
HSL 18.63º 0.9% 0.48% -
HSV(B) 18.63º 0.95% 0.91% -
XYZ 35.89 22.75 2.85 -
YUV 117.4 68.53 209.03 -
System Red Green Blue C M Y K H S L
Decimal 231 80 12 0 0.65 0.95 0.09 18.63 0.9 0.48
Hex E7 50 C 0 41 5F 9 13 5A 30
Octal 347 120 14 0 101 137 11 23 132 60
Binary 11100111 1010000 1100 0 1000001 1011111 1001 10011 1011010 110000

Color Harmonies of #E7500C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7500C

Black with #E7500C

Text Example


Text Example

White with #E7500C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7500C; }

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

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

background-color css

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

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

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

border-color css

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

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

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