Html Css Color HEX #E76006 Persimmon

📋 copy color: '#E76006'

red 231 ◦ green 96 ◦ blue 6

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

Shades of Persimmon #E76006

Tints of Persimmon #E76006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.8%

R = 69.37%
G = 28.83%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E76006 (or 0xE76006) is known color: Persimmon. HEX triplet: E7, 60 and 06. RGB value is (231,96,6). Sum of RGB (Red+Green+Blue) = 231+96+6=333 (44% of max value = 765). Red value is 231 (90.62% from 255 or 69.37% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 6 (2.73% from 255 or 1.80% from 333); Max value from RGB is 231 - color contains mainly: red. Hex color #E76006 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76006 is #189FF9. Grayscale: #7E7E7E. Windows color (decimal): -1613818 or 418023. OLE color: 418023.

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

Color convert

RGB 231 96 6 -
CMYK 0 0.58 0.97 0.09
HSL 24º 0.95% 0.46% -
HSV(B) 24º 0.97% 0.91% -
XYZ 37.17 25.37 3.11 -
YUV 126.11 60.23 202.82 -
System Red Green Blue C M Y K H S L
Decimal 231 96 6 0 0.58 0.97 0.09 24 0.95 0.46
Hex E7 60 6 0 3A 61 9 18 5F 2E
Octal 347 140 6 0 72 141 11 30 137 56
Binary 11100111 1100000 110 0 111010 1100001 1001 11000 1011111 101110

Color Harmonies of #E76006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76006

Black with #E76006

Text Example


Text Example

White with #E76006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76006; }

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

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

background-color css

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

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

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

border-color css

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

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

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