Html Css Color HEX #E96002 Persimmon

📋 copy color: '#E96002'

red 233 ◦ green 96 ◦ blue 2

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

Shades of Persimmon #E96002

Tints of Persimmon #E96002

RGB

 RED value IS 233 (91.41% from 255) = 70.39%

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

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

R = 70.39%
G = 29%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E96002 (or 0xE96002) is known color: Persimmon. HEX triplet: E9, 60 and 02. RGB value is (233,96,2). Sum of RGB (Red+Green+Blue) = 233+96+2=331 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.39% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 233 - color contains mainly: red. Hex color #E96002 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E96002 is #169FFD. Grayscale: #7E7E7E. Windows color (decimal): -1482750 or 155881. OLE color: 155881.

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

Color convert

RGB 233 96 2 -
CMYK 0 0.59 0.99 0.09
HSL 24.42º 0.98% 0.46% -
HSV(B) 24.42º 0.99% 0.91% -
XYZ 37.8 25.69 3.02 -
YUV 126.25 57.89 204.14 -
System Red Green Blue C M Y K H S L
Decimal 233 96 2 0 0.59 0.99 0.09 24.42 0.98 0.46
Hex E9 60 2 0 3B 63 9 18 62 2E
Octal 351 140 2 0 73 143 11 30 142 56
Binary 11101001 1100000 10 0 111011 1100011 1001 11000 1100010 101110

Color Harmonies of #E96002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96002

Black with #E96002

Text Example


Text Example

White with #E96002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96002; }

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

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

background-color css

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

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

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

border-color css

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

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

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