Html Css Color HEX #E1AC07 Gamboge

📋 copy color: '#E1AC07'

red 225 ◦ green 172 ◦ blue 7

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

Shades of Gamboge #E1AC07

Tints of Gamboge #E1AC07

RGB

 RED value IS 225 (88.28% from 255) = 55.69%

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

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

R = 55.69%
G = 42.57%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E1AC07 (or 0xE1AC07) is known color: Gamboge. HEX triplet: E1, AC and 07. RGB value is (225,172,7). Sum of RGB (Red+Green+Blue) = 225+172+7=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 7 (3.12% from 255 or 1.73% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AC07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1AC07 is #1E53F8. Grayscale: #A9A9A9. Windows color (decimal): -1987577 or 503009. OLE color: 503009.

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

Color convert

RGB 225 172 7 -
CMYK 0 0.24 0.97 0.12
HSL 45.41º 0.94% 0.45% -
HSV(B) 45.41º 0.97% 0.88% -
XYZ 45.84 45.53 6.57 -
YUV 169.04 36.56 167.92 -
System Red Green Blue C M Y K H S L
Decimal 225 172 7 0 0.24 0.97 0.12 45.41 0.94 0.45
Hex E1 AC 7 0 18 61 C 2D 5E 2D
Octal 341 254 7 0 30 141 14 55 136 55
Binary 11100001 10101100 111 0 11000 1100001 1100 101101 1011110 101101

Color Harmonies of #E1AC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AC07

Black with #E1AC07

Text Example


Text Example

White with #E1AC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AC07; }

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

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

background-color css

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

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

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

border-color css

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

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

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