Html Css Color HEX #E49505 Gamboge

📋 copy color: '#E49505'

red 228 ◦ green 149 ◦ blue 5

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

Shades of Gamboge #E49505

Tints of Gamboge #E49505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.31%

R = 59.69%
G = 39.01%
B = 1.31%

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

#E49505 (or 0xE49505) is known color: Gamboge. HEX triplet: E4, 95 and 05. RGB value is (228,149,5). Sum of RGB (Red+Green+Blue) = 228+149+5=382 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.69% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 5 (2.34% from 255 or 1.31% from 382); Max value from RGB is 228 - color contains mainly: red. Hex color #E49505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E49505 is #1B6AFA. Grayscale: #9C9C9C. Windows color (decimal): -1796859 or 366052. OLE color: 366052.

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

Color convert

RGB 228 149 5 -
CMYK 0 0.35 0.98 0.11
HSL 38.74º 0.96% 0.46% -
HSV(B) 38.74º 0.98% 0.89% -
XYZ 42.77 38 5.22 -
YUV 156.21 42.67 179.21 -
System Red Green Blue C M Y K H S L
Decimal 228 149 5 0 0.35 0.98 0.11 38.74 0.96 0.46
Hex E4 95 5 0 23 62 B 27 60 2E
Octal 344 225 5 0 43 142 13 47 140 56
Binary 11100100 10010101 101 0 100011 1100010 1011 100111 1100000 101110

Color Harmonies of #E49505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49505

Black with #E49505

Text Example


Text Example

White with #E49505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49505; }

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

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

background-color css

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

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

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

border-color css

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

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

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