Html Css Color HEX #E2A003 Gamboge

📋 copy color: '#E2A003'

red 226 ◦ green 160 ◦ blue 3

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

Shades of Gamboge #E2A003

Tints of Gamboge #E2A003

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.13%

 BLUE value IS 3 (1.56% from 255) = 0.77%

R = 58.1%
G = 41.13%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#E2A003 (or 0xE2A003) is known color: Gamboge. HEX triplet: E2, A0 and 03. RGB value is (226,160,3). Sum of RGB (Red+Green+Blue) = 226+160+3=389 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.10% from 389); Green value is 160 (62.89% from 255 or 41.13% from 389); Blue value is 3 (1.56% from 255 or 0.77% from 389); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A003 is #1D5FFC. Grayscale: #A2A2A2. Windows color (decimal): -1925117 or 237794. OLE color: 237794.

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

Color convert

RGB 226 160 3 -
CMYK 0 0.29 0.99 0.11
HSL 42.24º 0.97% 0.45% -
HSV(B) 42.24º 0.99% 0.89% -
XYZ 43.95 41.32 5.74 -
YUV 161.84 38.37 173.77 -
System Red Green Blue C M Y K H S L
Decimal 226 160 3 0 0.29 0.99 0.11 42.24 0.97 0.45
Hex E2 A0 3 0 1D 63 B 2A 61 2D
Octal 342 240 3 0 35 143 13 52 141 55
Binary 11100010 10100000 11 0 11101 1100011 1011 101010 1100001 101101

Color Harmonies of #E2A003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A003

Black with #E2A003

Text Example


Text Example

White with #E2A003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A003; }

 p { color: rgb(226,160,3); }

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

background-color css

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

 a { background-color: rgb(226,160,3); }

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

border-color css

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

 span { border-color: rgb(226,160,3); }

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