Html Css Color HEX #E76312 Persimmon

📋 copy color: '#E76312'

red 231 ◦ green 99 ◦ blue 18

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

Shades of Persimmon #E76312

Tints of Persimmon #E76312

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.45%

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

R = 66.38%
G = 28.45%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E76312 (or 0xE76312) is known color: Persimmon. HEX triplet: E7, 63 and 12. RGB value is (231,99,18). Sum of RGB (Red+Green+Blue) = 231+99+18=348 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66.38% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 18 (7.42% from 255 or 5.17% from 348); Max value from RGB is 231 - color contains mainly: red. Hex color #E76312 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76312 is #189CED. Grayscale: #818181. Windows color (decimal): -1613038 or 1205223. OLE color: 1205223.

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

Color convert

RGB 231 99 18 -
CMYK 0 0.57 0.92 0.09
HSL 22.82º 0.86% 0.49% -
HSV(B) 22.82º 0.92% 0.91% -
XYZ 37.53 25.96 3.6 -
YUV 129.23 65.23 200.59 -
System Red Green Blue C M Y K H S L
Decimal 231 99 18 0 0.57 0.92 0.09 22.82 0.86 0.49
Hex E7 63 12 0 39 5C 9 17 56 31
Octal 347 143 22 0 71 134 11 27 126 61
Binary 11100111 1100011 10010 0 111001 1011100 1001 10111 1010110 110001

Color Harmonies of #E76312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76312

Black with #E76312

Text Example


Text Example

White with #E76312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76312; }

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

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

background-color css

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

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

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

border-color css

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

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

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