Html Css Color HEX #E96502 Persimmon

📋 copy color: '#E96502'

red 233 ◦ green 101 ◦ blue 2

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

Shades of Persimmon #E96502

Tints of Persimmon #E96502

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.06%

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

R = 69.35%
G = 30.06%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E96502 (or 0xE96502) is known color: Persimmon. HEX triplet: E9, 65 and 02. RGB value is (233,101,2). Sum of RGB (Red+Green+Blue) = 233+101+2=336 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.35% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 233 - color contains mainly: red. Hex color #E96502 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E96502 is #169AFD. Grayscale: #818181. Windows color (decimal): -1481470 or 157161. OLE color: 157161.

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

Color convert

RGB 233 101 2 -
CMYK 0 0.57 0.99 0.09
HSL 25.71º 0.98% 0.46% -
HSV(B) 25.71º 0.99% 0.91% -
XYZ 38.27 26.64 3.18 -
YUV 129.18 56.23 202.05 -
System Red Green Blue C M Y K H S L
Decimal 233 101 2 0 0.57 0.99 0.09 25.71 0.98 0.46
Hex E9 65 2 0 39 63 9 1A 62 2E
Octal 351 145 2 0 71 143 11 32 142 56
Binary 11101001 1100101 10 0 111001 1100011 1001 11010 1100010 101110

Color Harmonies of #E96502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96502

Black with #E96502

Text Example


Text Example

White with #E96502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96502; }

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

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

background-color css

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

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

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

border-color css

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

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

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