Html Css Color HEX #E96314 Persimmon

📋 copy color: '#E96314'

red 233 ◦ green 99 ◦ blue 20

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

Shades of Persimmon #E96314

Tints of Persimmon #E96314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.68%

R = 66.19%
G = 28.13%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E96314 (or 0xE96314) is known color: Persimmon. HEX triplet: E9, 63 and 14. RGB value is (233,99,20). Sum of RGB (Red+Green+Blue) = 233+99+20=352 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.19% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 233 - color contains mainly: red. Hex color #E96314 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E96314 is #169CEB. Grayscale: #828282. Windows color (decimal): -1481964 or 1336297. OLE color: 1336297.

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

Color convert

RGB 233 99 20 -
CMYK 0 0.58 0.91 0.09
HSL 22.25º 0.84% 0.5% -
HSV(B) 22.25º 0.91% 0.91% -
XYZ 38.19 26.3 3.72 -
YUV 130.06 65.89 201.42 -
System Red Green Blue C M Y K H S L
Decimal 233 99 20 0 0.58 0.91 0.09 22.25 0.84 0.5
Hex E9 63 14 0 3A 5B 9 16 54 32
Octal 351 143 24 0 72 133 11 26 124 62
Binary 11101001 1100011 10100 0 111010 1011011 1001 10110 1010100 110010

Color Harmonies of #E96314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96314

Black with #E96314

Text Example


Text Example

White with #E96314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96314; }

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

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

background-color css

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

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

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

border-color css

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

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

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