Html Css Color HEX #E2AF0A Gamboge

📋 copy color: '#E2AF0A'

red 226 ◦ green 175 ◦ blue 10

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

Shades of Gamboge #E2AF0A

Tints of Gamboge #E2AF0A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.58%

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

R = 54.99%
G = 42.58%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#E2AF0A (or 0xE2AF0A) is known color: Gamboge. HEX triplet: E2, AF and 0A. RGB value is (226,175,10). Sum of RGB (Red+Green+Blue) = 226+175+10=411 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.99% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 10 (4.30% from 255 or 2.43% from 411); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AF0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2AF0A is #1D50F5. Grayscale: #ACACAC. Windows color (decimal): -1921270 or 700386. OLE color: 700386.

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

Color convert

RGB 226 175 10 -
CMYK 0 0.23 0.96 0.11
HSL 45.83º 0.92% 0.46% -
HSV(B) 45.83º 0.96% 0.89% -
XYZ 46.75 46.85 6.87 -
YUV 171.44 36.9 166.92 -
System Red Green Blue C M Y K H S L
Decimal 226 175 10 0 0.23 0.96 0.11 45.83 0.92 0.46
Hex E2 AF A 0 17 60 B 2E 5C 2E
Octal 342 257 12 0 27 140 13 56 134 56
Binary 11100010 10101111 1010 0 10111 1100000 1011 101110 1011100 101110

Color Harmonies of #E2AF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AF0A

Black with #E2AF0A

Text Example


Text Example

White with #E2AF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AF0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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