Html Css Color HEX #E2AB03 Gamboge

📋 copy color: '#E2AB03'

red 226 ◦ green 171 ◦ blue 3

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

Shades of Gamboge #E2AB03

Tints of Gamboge #E2AB03

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.75%

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

R = 56.5%
G = 42.75%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#E2AB03 (or 0xE2AB03) is known color: Gamboge. HEX triplet: E2, AB and 03. RGB value is (226,171,3). Sum of RGB (Red+Green+Blue) = 226+171+3=400 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.5% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 3 (1.56% from 255 or 0.75% from 400); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AB03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2AB03 is #1D54FC. Grayscale: #A9A9A9. Windows color (decimal): -1922301 or 240610. OLE color: 240610.

HSL color Cylindrical-coordinate representation of color #E2AB03: hue angle of 45.2º 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 #E2AB03 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 171 3 -
CMYK 0 0.24 0.99 0.11
HSL 45.2º 0.97% 0.45% -
HSV(B) 45.2º 0.99% 0.89% -
XYZ 45.94 45.3 6.41 -
YUV 168.29 34.72 169.16 -
System Red Green Blue C M Y K H S L
Decimal 226 171 3 0 0.24 0.99 0.11 45.2 0.97 0.45
Hex E2 AB 3 0 18 63 B 2D 61 2D
Octal 342 253 3 0 30 143 13 55 141 55
Binary 11100010 10101011 11 0 11000 1100011 1011 101101 1100001 101101

Color Harmonies of #E2AB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AB03

Black with #E2AB03

Text Example


Text Example

White with #E2AB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AB03; }

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

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

background-color css

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

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

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

border-color css

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

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

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