Html Css Color HEX #E96012 Persimmon

📋 copy color: '#E96012'

red 233 ◦ green 96 ◦ blue 18

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

Shades of Persimmon #E96012

Tints of Persimmon #E96012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.19%

R = 67.15%
G = 27.67%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E96012 (or 0xE96012) is known color: Persimmon. HEX triplet: E9, 60 and 12. RGB value is (233,96,18). Sum of RGB (Red+Green+Blue) = 233+96+18=347 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.15% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 18 (7.42% from 255 or 5.19% from 347); Max value from RGB is 233 - color contains mainly: red. Hex color #E96012 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E96012 is #169FED. Grayscale: #808080. Windows color (decimal): -1482734 or 1204457. OLE color: 1204457.

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

Color convert

RGB 233 96 18 -
CMYK 0 0.59 0.92 0.09
HSL 21.77º 0.86% 0.49% -
HSV(B) 21.77º 0.92% 0.91% -
XYZ 37.9 25.73 3.54 -
YUV 128.07 65.89 202.84 -
System Red Green Blue C M Y K H S L
Decimal 233 96 18 0 0.59 0.92 0.09 21.77 0.86 0.49
Hex E9 60 12 0 3B 5C 9 16 56 31
Octal 351 140 22 0 73 134 11 26 126 61
Binary 11101001 1100000 10010 0 111011 1011100 1001 10110 1010110 110001

Color Harmonies of #E96012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96012

Black with #E96012

Text Example


Text Example

White with #E96012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96012; }

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

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

background-color css

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

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

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

border-color css

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

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

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