Html Css Color HEX #E76010 Persimmon

📋 copy color: '#E76010'

red 231 ◦ green 96 ◦ blue 16

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

Shades of Persimmon #E76010

Tints of Persimmon #E76010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.66%

R = 67.35%
G = 27.99%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#E76010 (or 0xE76010) is known color: Persimmon. HEX triplet: E7, 60 and 10. RGB value is (231,96,16). Sum of RGB (Red+Green+Blue) = 231+96+16=343 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.35% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 16 (6.64% from 255 or 4.66% from 343); Max value from RGB is 231 - color contains mainly: red. Hex color #E76010 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76010 is #189FEF. Grayscale: #7F7F7F. Windows color (decimal): -1613808 or 1073383. OLE color: 1073383.

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

Color convert

RGB 231 96 16 -
CMYK 0 0.58 0.93 0.09
HSL 22.33º 0.87% 0.48% -
HSV(B) 22.33º 0.93% 0.91% -
XYZ 37.23 25.39 3.43 -
YUV 127.25 65.23 202 -
System Red Green Blue C M Y K H S L
Decimal 231 96 16 0 0.58 0.93 0.09 22.33 0.87 0.48
Hex E7 60 10 0 3A 5D 9 16 57 30
Octal 347 140 20 0 72 135 11 26 127 60
Binary 11100111 1100000 10000 0 111010 1011101 1001 10110 1010111 110000

Color Harmonies of #E76010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76010

Black with #E76010

Text Example


Text Example

White with #E76010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76010; }

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

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

background-color css

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

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

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

border-color css

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

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

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