Html Css Color HEX #E9600E Persimmon

📋 copy color: '#E9600E'

red 233 ◦ green 96 ◦ blue 14

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

Shades of Persimmon #E9600E

Tints of Persimmon #E9600E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.08%

R = 67.93%
G = 27.99%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E9600E (or 0xE9600E) is known color: Persimmon. HEX triplet: E9, 60 and 0E. RGB value is (233,96,14). Sum of RGB (Red+Green+Blue) = 233+96+14=343 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.93% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 14 (5.86% from 255 or 4.08% from 343); Max value from RGB is 233 - color contains mainly: red. Hex color #E9600E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E9600E is #169FF1. Grayscale: #808080. Windows color (decimal): -1482738 or 942313. OLE color: 942313.

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

Color convert

RGB 233 96 14 -
CMYK 0 0.59 0.94 0.09
HSL 22.47º 0.89% 0.48% -
HSV(B) 22.47º 0.94% 0.91% -
XYZ 37.87 25.72 3.38 -
YUV 127.62 63.89 203.17 -
System Red Green Blue C M Y K H S L
Decimal 233 96 14 0 0.59 0.94 0.09 22.47 0.89 0.48
Hex E9 60 E 0 3B 5E 9 16 59 30
Octal 351 140 16 0 73 136 11 26 131 60
Binary 11101001 1100000 1110 0 111011 1011110 1001 10110 1011001 110000

Color Harmonies of #E9600E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9600E

Black with #E9600E

Text Example


Text Example

White with #E9600E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9600E; }

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

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

background-color css

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

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

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

border-color css

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

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

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