Html Css Color HEX #E2A60B Gamboge

📋 copy color: '#E2A60B'

red 226 ◦ green 166 ◦ blue 11

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

Shades of Gamboge #E2A60B

Tints of Gamboge #E2A60B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.73%

R = 56.08%
G = 41.19%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E2A60B (or 0xE2A60B) is known color: Gamboge. HEX triplet: E2, A6 and 0B. RGB value is (226,166,11). Sum of RGB (Red+Green+Blue) = 226+166+11=403 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.08% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 11 (4.69% from 255 or 2.73% from 403); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A60B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A60B is #1D59F4. Grayscale: #A6A6A6. Windows color (decimal): -1923573 or 763618. OLE color: 763618.

HSL color Cylindrical-coordinate representation of color #E2A60B: hue angle of 43.26º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2A60B is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 166 11 -
CMYK 0 0.27 0.95 0.11
HSL 43.26º 0.91% 0.46% -
HSV(B) 43.26º 0.95% 0.89% -
XYZ 45.06 43.47 6.33 -
YUV 166.27 40.38 170.6 -
System Red Green Blue C M Y K H S L
Decimal 226 166 11 0 0.27 0.95 0.11 43.26 0.91 0.46
Hex E2 A6 B 0 1B 5F B 2B 5B 2E
Octal 342 246 13 0 33 137 13 53 133 56
Binary 11100010 10100110 1011 0 11011 1011111 1011 101011 1011011 101110

Color Harmonies of #E2A60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A60B

Black with #E2A60B

Text Example


Text Example

White with #E2A60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A60B; }

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

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

background-color css

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

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

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

border-color css

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

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

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