Html Css Color HEX #E2AC07 Gamboge

📋 copy color: '#E2AC07'

red 226 ◦ green 172 ◦ blue 7

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

Shades of Gamboge #E2AC07

Tints of Gamboge #E2AC07

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.47%

 BLUE value IS 7 (3.13% from 255) = 1.73%

R = 55.8%
G = 42.47%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#E2AC07 (or 0xE2AC07) is known color: Gamboge. HEX triplet: E2, AC and 07. RGB value is (226,172,7). Sum of RGB (Red+Green+Blue) = 226+172+7=405 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.80% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 7 (3.12% from 255 or 1.73% from 405); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AC07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2AC07 is #1D53F8. Grayscale: #AAAAAA. Windows color (decimal): -1922041 or 503010. OLE color: 503010.

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

Color convert

RGB 226 172 7 -
CMYK 0 0.24 0.97 0.11
HSL 45.21º 0.94% 0.46% -
HSV(B) 45.21º 0.97% 0.89% -
XYZ 46.15 45.69 6.59 -
YUV 169.34 36.39 168.42 -
System Red Green Blue C M Y K H S L
Decimal 226 172 7 0 0.24 0.97 0.11 45.21 0.94 0.46
Hex E2 AC 7 0 18 61 B 2D 5E 2E
Octal 342 254 7 0 30 141 13 55 136 56
Binary 11100010 10101100 111 0 11000 1100001 1011 101101 1011110 101110

Color Harmonies of #E2AC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AC07

Black with #E2AC07

Text Example


Text Example

White with #E2AC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AC07; }

 p { color: rgb(226,172,7); }

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

background-color css

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

 a { background-color: rgb(226,172,7); }

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

border-color css

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

 span { border-color: rgb(226,172,7); }

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