Html Css Color HEX #E76200 Persimmon

📋 copy color: '#E76200'

red 231 ◦ green 98 ◦ blue 0

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

Shades of Persimmon #E76200

Tints of Persimmon #E76200

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.79%

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

R = 70.21%
G = 29.79%
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

#E76200 (or 0xE76200) is known color: Persimmon. HEX triplet: E7, 62 and 00. RGB value is (231,98,0). Sum of RGB (Red+Green+Blue) = 231+98+0=329 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.21% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 231 - color contains mainly: red. Hex color #E76200 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76200 is #189DFF. Grayscale: #7F7F7F. Windows color (decimal): -1613312 or 25319. OLE color: 25319.

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

Color convert

RGB 231 98 0 -
CMYK 0 0.58 1 0.09
HSL 25.45º 1% 0.45% -
HSV(B) 25.45º 1% 0.91% -
XYZ 37.32 25.72 3 -
YUV 126.6 56.56 202.47 -
System Red Green Blue C M Y K H S L
Decimal 231 98 0 0 0.58 1 0.09 25.45 1 0.45
Hex E7 62 0 0 3A 64 9 19 64 2D
Octal 347 142 0 0 72 144 11 31 144 55
Binary 11100111 1100010 0 0 111010 1100100 1001 11001 1100100 101101

Color Harmonies of #E76200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76200

Black with #E76200

Text Example


Text Example

White with #E76200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76200; }

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

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

background-color css

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

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

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

border-color css

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

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

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