Html Css Color HEX #E96100 Persimmon

📋 copy color: '#E96100'

red 233 ◦ green 97 ◦ blue 0

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

Shades of Persimmon #E96100

Tints of Persimmon #E96100

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.39%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.61%
G = 29.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E96100 (or 0xE96100) is known color: Persimmon. HEX triplet: E9, 61 and 00. RGB value is (233,97,0). Sum of RGB (Red+Green+Blue) = 233+97+0=330 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.61% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 233 - color contains mainly: red. Hex color #E96100 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E96100 is #169EFF. Grayscale: #7F7F7F. Windows color (decimal): -1482496 or 25065. OLE color: 25065.

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

Color convert

RGB 233 97 0 -
CMYK 0 0.58 1 0.09
HSL 24.98º 1% 0.46% -
HSV(B) 24.98º 1% 0.91% -
XYZ 37.88 25.87 3 -
YUV 126.61 56.56 203.89 -
System Red Green Blue C M Y K H S L
Decimal 233 97 0 0 0.58 1 0.09 24.98 1 0.46
Hex E9 61 0 0 3A 64 9 19 64 2E
Octal 351 141 0 0 72 144 11 31 144 56
Binary 11101001 1100001 0 0 111010 1100100 1001 11001 1100100 101110

Color Harmonies of #E96100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96100

Black with #E96100

Text Example


Text Example

White with #E96100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96100; }

 p { color: rgb(233,97,0); }

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

background-color css

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

 a { background-color: rgb(233,97,0); }

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

border-color css

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

 span { border-color: rgb(233,97,0); }

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