Html Css Color HEX #E4960C Gamboge

📋 copy color: '#E4960C'

red 228 ◦ green 150 ◦ blue 12

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

Shades of Gamboge #E4960C

Tints of Gamboge #E4960C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.46%

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

R = 58.46%
G = 38.46%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E4960C (or 0xE4960C) is known color: Gamboge. HEX triplet: E4, 96 and 0C. RGB value is (228,150,12). Sum of RGB (Red+Green+Blue) = 228+150+12=390 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.46% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 12 (5.08% from 255 or 3.08% from 390); Max value from RGB is 228 - color contains mainly: red. Hex color #E4960C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E4960C is #1B69F3. Grayscale: #9E9E9E. Windows color (decimal): -1796596 or 825060. OLE color: 825060.

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

Color convert

RGB 228 150 12 -
CMYK 0 0.34 0.95 0.11
HSL 38.33º 0.9% 0.47% -
HSV(B) 38.33º 0.95% 0.89% -
XYZ 42.97 38.33 5.48 -
YUV 157.59 45.84 178.22 -
System Red Green Blue C M Y K H S L
Decimal 228 150 12 0 0.34 0.95 0.11 38.33 0.9 0.47
Hex E4 96 C 0 22 5F B 26 5A 2F
Octal 344 226 14 0 42 137 13 46 132 57
Binary 11100100 10010110 1100 0 100010 1011111 1011 100110 1011010 101111

Color Harmonies of #E4960C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4960C

Black with #E4960C

Text Example


Text Example

White with #E4960C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4960C; }

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

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

background-color css

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

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

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

border-color css

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

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

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