Html Css Color HEX #E76012 Persimmon

📋 copy color: '#E76012'

red 231 ◦ green 96 ◦ blue 18

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

Shades of Persimmon #E76012

Tints of Persimmon #E76012

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.83%

 BLUE value IS 18 (7.42% from 255) = 5.22%

R = 66.96%
G = 27.83%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E76012 (or 0xE76012) is known color: Persimmon. HEX triplet: E7, 60 and 12. RGB value is (231,96,18). Sum of RGB (Red+Green+Blue) = 231+96+18=345 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.96% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 18 (7.42% from 255 or 5.22% from 345); Max value from RGB is 231 - color contains mainly: red. Hex color #E76012 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76012 is #189FED. Grayscale: #7F7F7F. Windows color (decimal): -1613806 or 1204455. OLE color: 1204455.

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

Color convert

RGB 231 96 18 -
CMYK 0 0.58 0.92 0.09
HSL 21.97º 0.86% 0.49% -
HSV(B) 21.97º 0.92% 0.91% -
XYZ 37.25 25.4 3.51 -
YUV 127.47 66.23 201.84 -
System Red Green Blue C M Y K H S L
Decimal 231 96 18 0 0.58 0.92 0.09 21.97 0.86 0.49
Hex E7 60 12 0 3A 5C 9 16 56 31
Octal 347 140 22 0 72 134 11 26 126 61
Binary 11100111 1100000 10010 0 111010 1011100 1001 10110 1010110 110001

Color Harmonies of #E76012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76012

Black with #E76012

Text Example


Text Example

White with #E76012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76012; }

 p { color: rgb(231,96,18); }

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

background-color css

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

 a { background-color: rgb(231,96,18); }

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

border-color css

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

 span { border-color: rgb(231,96,18); }

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