Html Css Color HEX #E3600C Persimmon

📋 copy color: '#E3600C'

red 227 ◦ green 96 ◦ blue 12

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

Shades of Persimmon #E3600C

Tints of Persimmon #E3600C

RGB

 RED value IS 227 (89.06% from 255) = 67.76%

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

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

R = 67.76%
G = 28.66%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E3600C (or 0xE3600C) is known color: Persimmon. HEX triplet: E3, 60 and 0C. RGB value is (227,96,12). Sum of RGB (Red+Green+Blue) = 227+96+12=335 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.76% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 227 - color contains mainly: red. Hex color #E3600C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E3600C is #1C9FF3. Grayscale: #7E7E7E. Windows color (decimal): -1875956 or 811235. OLE color: 811235.

HSL color Cylindrical-coordinate representation of color #E3600C: hue angle of 23.44º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E3600C is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 96 12 -
CMYK 0 0.58 0.95 0.11
HSL 23.44º 0.9% 0.47% -
HSV(B) 23.44º 0.95% 0.89% -
XYZ 35.93 24.72 3.23 -
YUV 125.59 63.9 200.33 -
System Red Green Blue C M Y K H S L
Decimal 227 96 12 0 0.58 0.95 0.11 23.44 0.9 0.47
Hex E3 60 C 0 3A 5F B 17 5A 2F
Octal 343 140 14 0 72 137 13 27 132 57
Binary 11100011 1100000 1100 0 111010 1011111 1011 10111 1011010 101111

Color Harmonies of #E3600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3600C

Black with #E3600C

Text Example


Text Example

White with #E3600C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3600C; }

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

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

background-color css

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

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

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

border-color css

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

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

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