Html Css Color HEX #E96310 Persimmon

📋 copy color: '#E96310'

red 233 ◦ green 99 ◦ blue 16

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

Shades of Persimmon #E96310

Tints of Persimmon #E96310

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.45%

 BLUE value IS 16 (6.64% from 255) = 4.6%

R = 66.95%
G = 28.45%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#E96310 (or 0xE96310) is known color: Persimmon. HEX triplet: E9, 63 and 10. RGB value is (233,99,16). Sum of RGB (Red+Green+Blue) = 233+99+16=348 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.95% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 16 (6.64% from 255 or 4.60% from 348); Max value from RGB is 233 - color contains mainly: red. Hex color #E96310 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E96310 is #169CEF. Grayscale: #828282. Windows color (decimal): -1481968 or 1074153. OLE color: 1074153.

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

Color convert

RGB 233 99 16 -
CMYK 0 0.58 0.93 0.09
HSL 22.95º 0.87% 0.49% -
HSV(B) 22.95º 0.93% 0.91% -
XYZ 38.16 26.28 3.55 -
YUV 129.6 63.89 201.75 -
System Red Green Blue C M Y K H S L
Decimal 233 99 16 0 0.58 0.93 0.09 22.95 0.87 0.49
Hex E9 63 10 0 3A 5D 9 17 57 31
Octal 351 143 20 0 72 135 11 27 127 61
Binary 11101001 1100011 10000 0 111010 1011101 1001 10111 1010111 110001

Color Harmonies of #E96310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96310

Black with #E96310

Text Example


Text Example

White with #E96310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96310; }

 p { color: rgb(233,99,16); }

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

background-color css

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

 a { background-color: rgb(233,99,16); }

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

border-color css

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

 span { border-color: rgb(233,99,16); }

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