Html Css Color HEX #E76202 Persimmon

📋 copy color: '#E76202'

red 231 ◦ green 98 ◦ blue 2

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

Shades of Persimmon #E76202

Tints of Persimmon #E76202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 69.79%
G = 29.61%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E76202 (or 0xE76202) is known color: Persimmon. HEX triplet: E7, 62 and 02. RGB value is (231,98,2). Sum of RGB (Red+Green+Blue) = 231+98+2=331 (43% of max value = 765). Red value is 231 (90.62% from 255 or 69.79% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 231 - color contains mainly: red. Hex color #E76202 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76202 is #189DFD. Grayscale: #7F7F7F. Windows color (decimal): -1613310 or 156391. OLE color: 156391.

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

Color convert

RGB 231 98 2 -
CMYK 0 0.58 0.99 0.09
HSL 25.15º 0.98% 0.46% -
HSV(B) 25.15º 0.99% 0.91% -
XYZ 37.33 25.73 3.06 -
YUV 126.82 57.56 202.31 -
System Red Green Blue C M Y K H S L
Decimal 231 98 2 0 0.58 0.99 0.09 25.15 0.98 0.46
Hex E7 62 2 0 3A 63 9 19 62 2E
Octal 347 142 2 0 72 143 11 31 142 56
Binary 11100111 1100010 10 0 111010 1100011 1001 11001 1100010 101110

Color Harmonies of #E76202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76202

Black with #E76202

Text Example


Text Example

White with #E76202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76202; }

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

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

background-color css

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

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

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

border-color css

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

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

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