Html Css Color HEX #E4600C Persimmon

📋 copy color: '#E4600C'

red 228 ◦ green 96 ◦ blue 12

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

Shades of Persimmon #E4600C

Tints of Persimmon #E4600C

RGB

 RED value IS 228 (89.45% from 255) = 67.86%

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

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

R = 67.86%
G = 28.57%
B = 3.57%

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

#E4600C (or 0xE4600C) is known color: Persimmon. HEX triplet: E4, 60 and 0C. RGB value is (228,96,12). Sum of RGB (Red+Green+Blue) = 228+96+12=336 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.86% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 228 - color contains mainly: red. Hex color #E4600C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E4600C is #1B9FF3. Grayscale: #7E7E7E. Windows color (decimal): -1810420 or 811236. OLE color: 811236.

HSL color Cylindrical-coordinate representation of color #E4600C: hue angle of 23.33º 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 #E4600C is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 96 12 -
CMYK 0 0.58 0.95 0.11
HSL 23.33º 0.9% 0.47% -
HSV(B) 23.33º 0.95% 0.89% -
XYZ 36.24 24.89 3.24 -
YUV 125.89 63.73 200.83 -
System Red Green Blue C M Y K H S L
Decimal 228 96 12 0 0.58 0.95 0.11 23.33 0.9 0.47
Hex E4 60 C 0 3A 5F B 17 5A 2F
Octal 344 140 14 0 72 137 13 27 132 57
Binary 11100100 1100000 1100 0 111010 1011111 1011 10111 1011010 101111

Color Harmonies of #E4600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4600C

Black with #E4600C

Text Example


Text Example

White with #E4600C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4600C; }

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

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

background-color css

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

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

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

border-color css

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

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

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