Html Css Color HEX #E49500 Gamboge

📋 copy color: '#E49500'

red 228 ◦ green 149 ◦ blue 0

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

Shades of Gamboge #E49500

Tints of Gamboge #E49500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.48%
G = 39.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E49500 (or 0xE49500) is known color: Gamboge. HEX triplet: E4, 95 and 00. RGB value is (228,149,0). Sum of RGB (Red+Green+Blue) = 228+149+0=377 (49% of max value = 765). Red value is 228 (89.45% from 255 or 60.48% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 0 (0.39% from 255 or 0% from 377); Max value from RGB is 228 - color contains mainly: red. Hex color #E49500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E49500 is #1B6AFF. Grayscale: #9C9C9C. Windows color (decimal): -1796864 or 38372. OLE color: 38372.

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

Color convert

RGB 228 149 0 -
CMYK 0 0.35 1 0.11
HSL 39.21º 1% 0.45% -
HSV(B) 39.21º 1% 0.89% -
XYZ 42.74 37.99 5.08 -
YUV 155.64 40.17 179.62 -
System Red Green Blue C M Y K H S L
Decimal 228 149 0 0 0.35 1 0.11 39.21 1 0.45
Hex E4 95 0 0 23 64 B 27 64 2D
Octal 344 225 0 0 43 144 13 47 144 55
Binary 11100100 10010101 0 0 100011 1100100 1011 100111 1100100 101101

Color Harmonies of #E49500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49500

Black with #E49500

Text Example


Text Example

White with #E49500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49500; }

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

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

background-color css

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

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

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

border-color css

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

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

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