Html Css Color HEX #E76002 Persimmon

📋 copy color: '#E76002'

red 231 ◦ green 96 ◦ blue 2

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

Shades of Persimmon #E76002

Tints of Persimmon #E76002

RGB

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

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

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

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

#E76002 (or 0xE76002) is known color: Persimmon. HEX triplet: E7, 60 and 02. RGB value is (231,96,2). Sum of RGB (Red+Green+Blue) = 231+96+2=329 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.21% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 2 (1.17% from 255 or 0.61% from 329); Max value from RGB is 231 - color contains mainly: red. Hex color #E76002 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76002 is #189FFD. Grayscale: #7E7E7E. Windows color (decimal): -1613822 or 155879. OLE color: 155879.

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

Color convert

RGB 231 96 2 -
CMYK 0 0.58 0.99 0.09
HSL 24.63º 0.98% 0.46% -
HSV(B) 24.63º 0.99% 0.91% -
XYZ 37.15 25.36 2.99 -
YUV 125.65 58.23 203.14 -
System Red Green Blue C M Y K H S L
Decimal 231 96 2 0 0.58 0.99 0.09 24.63 0.98 0.46
Hex E7 60 2 0 3A 63 9 19 62 2E
Octal 347 140 2 0 72 143 11 31 142 56
Binary 11100111 1100000 10 0 111010 1100011 1001 11001 1100010 101110

Color Harmonies of #E76002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76002

Black with #E76002

Text Example


Text Example

White with #E76002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76002; }

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

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

background-color css

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

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

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

border-color css

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

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

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