Html Css Color HEX #E76100 Persimmon

📋 copy color: '#E76100'

red 231 ◦ green 97 ◦ blue 0

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

Shades of Persimmon #E76100

Tints of Persimmon #E76100

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.57%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.43%
G = 29.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E76100 (or 0xE76100) is known color: Persimmon. HEX triplet: E7, 61 and 00. RGB value is (231,97,0). Sum of RGB (Red+Green+Blue) = 231+97+0=328 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.43% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 231 - color contains mainly: red. Hex color #E76100 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76100 is #189EFF. Grayscale: #7E7E7E. Windows color (decimal): -1613568 or 25063. OLE color: 25063.

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

Color convert

RGB 231 97 0 -
CMYK 0 0.58 1 0.09
HSL 25.19º 1% 0.45% -
HSV(B) 25.19º 1% 0.91% -
XYZ 37.23 25.54 2.97 -
YUV 126.01 56.89 202.89 -
System Red Green Blue C M Y K H S L
Decimal 231 97 0 0 0.58 1 0.09 25.19 1 0.45
Hex E7 61 0 0 3A 64 9 19 64 2D
Octal 347 141 0 0 72 144 11 31 144 55
Binary 11100111 1100001 0 0 111010 1100100 1001 11001 1100100 101101

Color Harmonies of #E76100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76100

Black with #E76100

Text Example


Text Example

White with #E76100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76100; }

 p { color: rgb(231,97,0); }

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

background-color css

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

 a { background-color: rgb(231,97,0); }

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

border-color css

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

 span { border-color: rgb(231,97,0); }

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