Html Css Color HEX #E49504 Gamboge

📋 copy color: '#E49504'

red 228 ◦ green 149 ◦ blue 4

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

Shades of Gamboge #E49504

Tints of Gamboge #E49504

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.11%

 BLUE value IS 4 (1.95% from 255) = 1.05%

R = 59.84%
G = 39.11%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#E49504 (or 0xE49504) is known color: Gamboge. HEX triplet: E4, 95 and 04. RGB value is (228,149,4). Sum of RGB (Red+Green+Blue) = 228+149+4=381 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.84% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 4 (1.95% from 255 or 1.05% from 381); Max value from RGB is 228 - color contains mainly: red. Hex color #E49504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E49504 is #1B6AFB. Grayscale: #9C9C9C. Windows color (decimal): -1796860 or 300516. OLE color: 300516.

HSL color Cylindrical-coordinate representation of color #E49504: hue angle of 38.84º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E49504 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 149 4 -
CMYK 0 0.35 0.98 0.11
HSL 38.84º 0.97% 0.45% -
HSV(B) 38.84º 0.98% 0.89% -
XYZ 42.76 38 5.2 -
YUV 156.09 42.17 179.29 -
System Red Green Blue C M Y K H S L
Decimal 228 149 4 0 0.35 0.98 0.11 38.84 0.97 0.45
Hex E4 95 4 0 23 62 B 27 61 2D
Octal 344 225 4 0 43 142 13 47 141 55
Binary 11100100 10010101 100 0 100011 1100010 1011 100111 1100001 101101

Color Harmonies of #E49504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49504

Black with #E49504

Text Example


Text Example

White with #E49504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49504; }

 p { color: rgb(228,149,4); }

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

background-color css

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

 a { background-color: rgb(228,149,4); }

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

border-color css

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

 span { border-color: rgb(228,149,4); }

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