Html Css Color HEX #E96001 Persimmon

📋 copy color: '#E96001'

red 233 ◦ green 96 ◦ blue 1

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

Shades of Persimmon #E96001

Tints of Persimmon #E96001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 70.61%
G = 29.09%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E96001 (or 0xE96001) is known color: Persimmon. HEX triplet: E9, 60 and 01. RGB value is (233,96,1). Sum of RGB (Red+Green+Blue) = 233+96+1=330 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.61% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 233 - color contains mainly: red. Hex color #E96001 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E96001 is #169FFE. Grayscale: #7E7E7E. Windows color (decimal): -1482751 or 90345. OLE color: 90345.

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

Color convert

RGB 233 96 1 -
CMYK 0 0.59 1.00 0.09
HSL 24.57º 0.99% 0.46% -
HSV(B) 24.57º 1% 0.91% -
XYZ 37.79 25.69 3 -
YUV 126.13 57.39 204.22 -
System Red Green Blue C M Y K H S L
Decimal 233 96 1 0 0.59 1.00 0.09 24.57 0.99 0.46
Hex E9 60 1 0 3B 64 9 19 63 2E
Octal 351 140 1 0 73 144 11 31 143 56
Binary 11101001 1100000 1 0 111011 1100100 1001 11001 1100011 101110

Color Harmonies of #E96001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96001

Black with #E96001

Text Example


Text Example

White with #E96001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96001; }

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

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

background-color css

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

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

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

border-color css

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

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

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