Html Css Color HEX #E49D01 Gamboge

📋 copy color: '#E49D01'

red 228 ◦ green 157 ◦ blue 1

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

Shades of Gamboge #E49D01

Tints of Gamboge #E49D01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 59.07%
G = 40.67%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1.00

 K value IS 0.11

RGB Variations

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

Color information

#E49D01 (or 0xE49D01) is known color: Gamboge. HEX triplet: E4, 9D and 01. RGB value is (228,157,1). Sum of RGB (Red+Green+Blue) = 228+157+1=386 (51% of max value = 765). Red value is 228 (89.45% from 255 or 59.07% from 386); Green value is 157 (61.72% from 255 or 40.67% from 386); Blue value is 1 (0.78% from 255 or 0.26% from 386); Max value from RGB is 228 - color contains mainly: red. Hex color #E49D01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E49D01 is #1B62FE. Grayscale: #A1A1A1. Windows color (decimal): -1794815 or 105956. OLE color: 105956.

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

Color convert

RGB 228 157 1 -
CMYK 0 0.31 1.00 0.11
HSL 41.23º 0.99% 0.45% -
HSV(B) 41.23º 1% 0.89% -
XYZ 44.06 40.61 5.55 -
YUV 160.45 38.02 176.18 -
System Red Green Blue C M Y K H S L
Decimal 228 157 1 0 0.31 1.00 0.11 41.23 0.99 0.45
Hex E4 9D 1 0 1F 64 B 29 63 2D
Octal 344 235 1 0 37 144 13 51 143 55
Binary 11100100 10011101 1 0 11111 1100100 1011 101001 1100011 101101

Color Harmonies of #E49D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49D01

Black with #E49D01

Text Example


Text Example

White with #E49D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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