Html Css Color HEX #E2AE0A Gamboge

📋 copy color: '#E2AE0A'

red 226 ◦ green 174 ◦ blue 10

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

Shades of Gamboge #E2AE0A

Tints of Gamboge #E2AE0A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.44%

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

R = 55.12%
G = 42.44%
B = 2.44%

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

#E2AE0A (or 0xE2AE0A) is known color: Gamboge. HEX triplet: E2, AE and 0A. RGB value is (226,174,10). Sum of RGB (Red+Green+Blue) = 226+174+10=410 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.12% from 410); Green value is 174 (68.36% from 255 or 42.44% from 410); Blue value is 10 (4.30% from 255 or 2.44% from 410); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AE0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2AE0A is #1D51F5. Grayscale: #ABABAB. Windows color (decimal): -1921526 or 700130. OLE color: 700130.

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

Color convert

RGB 226 174 10 -
CMYK 0 0.23 0.96 0.11
HSL 45.56º 0.92% 0.46% -
HSV(B) 45.56º 0.96% 0.89% -
XYZ 46.55 46.46 6.8 -
YUV 170.85 37.23 167.34 -
System Red Green Blue C M Y K H S L
Decimal 226 174 10 0 0.23 0.96 0.11 45.56 0.92 0.46
Hex E2 AE A 0 17 60 B 2E 5C 2E
Octal 342 256 12 0 27 140 13 56 134 56
Binary 11100010 10101110 1010 0 10111 1100000 1011 101110 1011100 101110

Color Harmonies of #E2AE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AE0A

Black with #E2AE0A

Text Example


Text Example

White with #E2AE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AE0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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