Html Css Color HEX #E9600C Persimmon

📋 copy color: '#E9600C'

red 233 ◦ green 96 ◦ blue 12

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

Shades of Persimmon #E9600C

Tints of Persimmon #E9600C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.52%

R = 68.33%
G = 28.15%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E9600C (or 0xE9600C) is known color: Persimmon. HEX triplet: E9, 60 and 0C. RGB value is (233,96,12). Sum of RGB (Red+Green+Blue) = 233+96+12=341 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.33% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 12 (5.08% from 255 or 3.52% from 341); Max value from RGB is 233 - color contains mainly: red. Hex color #E9600C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E9600C is #169FF3. Grayscale: #7F7F7F. Windows color (decimal): -1482740 or 811241. OLE color: 811241.

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

Color convert

RGB 233 96 12 -
CMYK 0 0.59 0.95 0.09
HSL 22.81º 0.9% 0.48% -
HSV(B) 22.81º 0.95% 0.91% -
XYZ 37.85 25.72 3.32 -
YUV 127.39 62.89 203.33 -
System Red Green Blue C M Y K H S L
Decimal 233 96 12 0 0.59 0.95 0.09 22.81 0.9 0.48
Hex E9 60 C 0 3B 5F 9 17 5A 30
Octal 351 140 14 0 73 137 11 27 132 60
Binary 11101001 1100000 1100 0 111011 1011111 1001 10111 1011010 110000

Color Harmonies of #E9600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9600C

Black with #E9600C

Text Example


Text Example

White with #E9600C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9600C; }

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

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

background-color css

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

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

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

border-color css

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

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

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