Html Css Color HEX #E96401 Persimmon

📋 copy color: '#E96401'

red 233 ◦ green 100 ◦ blue 1

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

Shades of Persimmon #E96401

Tints of Persimmon #E96401

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.94%

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

R = 69.76%
G = 29.94%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E96401 (or 0xE96401) is known color: Persimmon. HEX triplet: E9, 64 and 01. RGB value is (233,100,1). Sum of RGB (Red+Green+Blue) = 233+100+1=334 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.76% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 233 - color contains mainly: red. Hex color #E96401 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E96401 is #169BFE. Grayscale: #818181. Windows color (decimal): -1481727 or 91369. OLE color: 91369.

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

Color convert

RGB 233 100 1 -
CMYK 0 0.57 1.00 0.09
HSL 25.6º 0.99% 0.46% -
HSV(B) 25.6º 1% 0.91% -
XYZ 38.17 26.44 3.12 -
YUV 128.48 56.06 202.55 -
System Red Green Blue C M Y K H S L
Decimal 233 100 1 0 0.57 1.00 0.09 25.6 0.99 0.46
Hex E9 64 1 0 39 64 9 1A 63 2E
Octal 351 144 1 0 71 144 11 32 143 56
Binary 11101001 1100100 1 0 111001 1100100 1001 11010 1100011 101110

Color Harmonies of #E96401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96401

Black with #E96401

Text Example


Text Example

White with #E96401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96401; }

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

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

background-color css

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

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

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

border-color css

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

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

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