Html Css Color HEX #E49B0C Gamboge

📋 copy color: '#E49B0C'

red 228 ◦ green 155 ◦ blue 12

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

Shades of Gamboge #E49B0C

Tints of Gamboge #E49B0C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.24%

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

R = 57.72%
G = 39.24%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E49B0C (or 0xE49B0C) is known color: Gamboge. HEX triplet: E4, 9B and 0C. RGB value is (228,155,12). Sum of RGB (Red+Green+Blue) = 228+155+12=395 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.72% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 12 (5.08% from 255 or 3.04% from 395); Max value from RGB is 228 - color contains mainly: red. Hex color #E49B0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E49B0C is #1B64F3. Grayscale: #A1A1A1. Windows color (decimal): -1795316 or 826340. OLE color: 826340.

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

Color convert

RGB 228 155 12 -
CMYK 0 0.32 0.95 0.11
HSL 39.72º 0.9% 0.47% -
HSV(B) 39.72º 0.95% 0.89% -
XYZ 43.78 39.96 5.75 -
YUV 160.53 44.18 176.13 -
System Red Green Blue C M Y K H S L
Decimal 228 155 12 0 0.32 0.95 0.11 39.72 0.9 0.47
Hex E4 9B C 0 20 5F B 28 5A 2F
Octal 344 233 14 0 40 137 13 50 132 57
Binary 11100100 10011011 1100 0 100000 1011111 1011 101000 1011010 101111

Color Harmonies of #E49B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49B0C

Black with #E49B0C

Text Example


Text Example

White with #E49B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49B0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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