Html Css Color HEX #E2A605 Gamboge

📋 copy color: '#E2A605'

red 226 ◦ green 166 ◦ blue 5

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

Shades of Gamboge #E2A605

Tints of Gamboge #E2A605

RGB

 RED value IS 226 (88.67% from 255) = 56.93%

 GREEN value IS 166 (65.23% from 255) = 41.81%

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

R = 56.93%
G = 41.81%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#E2A605 (or 0xE2A605) is known color: Gamboge. HEX triplet: E2, A6 and 05. RGB value is (226,166,5). Sum of RGB (Red+Green+Blue) = 226+166+5=397 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.93% from 397); Green value is 166 (65.23% from 255 or 41.81% from 397); Blue value is 5 (2.34% from 255 or 1.26% from 397); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A605 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A605 is #1D59FA. Grayscale: #A6A6A6. Windows color (decimal): -1923579 or 370402. OLE color: 370402.

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

Color convert

RGB 226 166 5 -
CMYK 0 0.27 0.98 0.11
HSL 43.71º 0.96% 0.45% -
HSV(B) 43.71º 0.98% 0.89% -
XYZ 45.03 43.45 6.16 -
YUV 165.59 37.38 171.09 -
System Red Green Blue C M Y K H S L
Decimal 226 166 5 0 0.27 0.98 0.11 43.71 0.96 0.45
Hex E2 A6 5 0 1B 62 B 2C 60 2D
Octal 342 246 5 0 33 142 13 54 140 55
Binary 11100010 10100110 101 0 11011 1100010 1011 101100 1100000 101101

Color Harmonies of #E2A605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A605

Black with #E2A605

Text Example


Text Example

White with #E2A605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A605; }

 p { color: rgb(226,166,5); }

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

background-color css

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

 a { background-color: rgb(226,166,5); }

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

border-color css

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

 span { border-color: rgb(226,166,5); }

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