Html Css Color HEX #E49D04 Gamboge

📋 copy color: '#E49D04'

red 228 ◦ green 157 ◦ blue 4

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

Shades of Gamboge #E49D04

Tints of Gamboge #E49D04

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.36%

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

R = 58.61%
G = 40.36%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#E49D04 (or 0xE49D04) is known color: Gamboge. HEX triplet: E4, 9D and 04. RGB value is (228,157,4). Sum of RGB (Red+Green+Blue) = 228+157+4=389 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.61% from 389); Green value is 157 (61.72% from 255 or 40.36% from 389); Blue value is 4 (1.95% from 255 or 1.03% from 389); Max value from RGB is 228 - color contains mainly: red. Hex color #E49D04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E49D04 is #1B62FB. Grayscale: #A1A1A1. Windows color (decimal): -1794812 or 302564. OLE color: 302564.

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

Color convert

RGB 228 157 4 -
CMYK 0 0.31 0.98 0.11
HSL 40.98º 0.97% 0.45% -
HSV(B) 40.98º 0.98% 0.89% -
XYZ 44.07 40.62 5.63 -
YUV 160.79 39.52 175.94 -
System Red Green Blue C M Y K H S L
Decimal 228 157 4 0 0.31 0.98 0.11 40.98 0.97 0.45
Hex E4 9D 4 0 1F 62 B 29 61 2D
Octal 344 235 4 0 37 142 13 51 141 55
Binary 11100100 10011101 100 0 11111 1100010 1011 101001 1100001 101101

Color Harmonies of #E49D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49D04

Black with #E49D04

Text Example


Text Example

White with #E49D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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