Html Css Color HEX #E2B00A Gamboge

📋 copy color: '#E2B00A'

red 226 ◦ green 176 ◦ blue 10

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

Shades of Gamboge #E2B00A

Tints of Gamboge #E2B00A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.72%

 BLUE value IS 10 (4.3% from 255) = 2.43%

R = 54.85%
G = 42.72%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#E2B00A (or 0xE2B00A) is known color: Gamboge. HEX triplet: E2, B0 and 0A. RGB value is (226,176,10). Sum of RGB (Red+Green+Blue) = 226+176+10=412 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.85% from 412); Green value is 176 (69.14% from 255 or 42.72% from 412); Blue value is 10 (4.30% from 255 or 2.43% from 412); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B00A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2B00A is #1D4FF5. Grayscale: #ACACAC. Windows color (decimal): -1921014 or 700642. OLE color: 700642.

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

Color convert

RGB 226 176 10 -
CMYK 0 0.22 0.96 0.11
HSL 46.11º 0.92% 0.46% -
HSV(B) 46.11º 0.96% 0.89% -
XYZ 46.94 47.24 6.93 -
YUV 172.03 36.57 166.5 -
System Red Green Blue C M Y K H S L
Decimal 226 176 10 0 0.22 0.96 0.11 46.11 0.92 0.46
Hex E2 B0 A 0 16 60 B 2E 5C 2E
Octal 342 260 12 0 26 140 13 56 134 56
Binary 11100010 10110000 1010 0 10110 1100000 1011 101110 1011100 101110

Color Harmonies of #E2B00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B00A

Black with #E2B00A

Text Example


Text Example

White with #E2B00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B00A; }

 p { color: rgb(226,176,10); }

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

background-color css

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

 a { background-color: rgb(226,176,10); }

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

border-color css

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

 span { border-color: rgb(226,176,10); }

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