Html Css Color HEX #E76102 Persimmon

📋 copy color: '#E76102'

red 231 ◦ green 97 ◦ blue 2

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

Shades of Persimmon #E76102

Tints of Persimmon #E76102

RGB

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

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

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

R = 70%
G = 29.39%
B = 0.61%

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

#E76102 (or 0xE76102) is known color: Persimmon. HEX triplet: E7, 61 and 02. RGB value is (231,97,2). Sum of RGB (Red+Green+Blue) = 231+97+2=330 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 231 - color contains mainly: red. Hex color #E76102 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76102 is #189EFD. Grayscale: #7E7E7E. Windows color (decimal): -1613566 or 156135. OLE color: 156135.

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

Color convert

RGB 231 97 2 -
CMYK 0 0.58 0.99 0.09
HSL 24.89º 0.98% 0.46% -
HSV(B) 24.89º 0.99% 0.91% -
XYZ 37.24 25.54 3.02 -
YUV 126.24 57.89 202.72 -
System Red Green Blue C M Y K H S L
Decimal 231 97 2 0 0.58 0.99 0.09 24.89 0.98 0.46
Hex E7 61 2 0 3A 63 9 19 62 2E
Octal 347 141 2 0 72 143 11 31 142 56
Binary 11100111 1100001 10 0 111010 1100011 1001 11001 1100010 101110

Color Harmonies of #E76102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76102

Black with #E76102

Text Example


Text Example

White with #E76102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76102; }

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

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

background-color css

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

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

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

border-color css

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

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

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