Html Css Color HEX #E96400 Persimmon

📋 copy color: '#E96400'

red 233 ◦ green 100 ◦ blue 0

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

Shades of Persimmon #E96400

Tints of Persimmon #E96400

RGB

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

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

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

R = 69.97%
G = 30.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E96400 (or 0xE96400) is known color: Persimmon. HEX triplet: E9, 64 and 00. RGB value is (233,100,0). Sum of RGB (Red+Green+Blue) = 233+100+0=333 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.97% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 233 - color contains mainly: red. Hex color #E96400 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E96400 is #169BFF. Grayscale: #808080. Windows color (decimal): -1481728 or 25833. OLE color: 25833.

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

Color convert

RGB 233 100 0 -
CMYK 0 0.57 1 0.09
HSL 25.75º 1% 0.46% -
HSV(B) 25.75º 1% 0.91% -
XYZ 38.16 26.44 3.09 -
YUV 128.37 55.56 202.63 -
System Red Green Blue C M Y K H S L
Decimal 233 100 0 0 0.57 1 0.09 25.75 1 0.46
Hex E9 64 0 0 39 64 9 1A 64 2E
Octal 351 144 0 0 71 144 11 32 144 56
Binary 11101001 1100100 0 0 111001 1100100 1001 11010 1100100 101110

Color Harmonies of #E96400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96400

Black with #E96400

Text Example


Text Example

White with #E96400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96400; }

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

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

background-color css

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

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

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

border-color css

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

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

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