Html Css Color HEX #E3AC14 Gamboge

📋 copy color: '#E3AC14'

red 227 ◦ green 172 ◦ blue 20

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

Shades of Gamboge #E3AC14

Tints of Gamboge #E3AC14

RGB

 RED value IS 227 (89.06% from 255) = 54.18%

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

 BLUE value IS 20 (8.2% from 255) = 4.77%

R = 54.18%
G = 41.05%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E3AC14 (or 0xE3AC14) is known color: Gamboge. HEX triplet: E3, AC and 14. RGB value is (227,172,20). Sum of RGB (Red+Green+Blue) = 227+172+20=419 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.18% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 20 (8.20% from 255 or 4.77% from 419); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AC14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3AC14 is #1C53EB. Grayscale: #ABABAB. Windows color (decimal): -1856492 or 1354979. OLE color: 1354979.

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

Color convert

RGB 227 172 20 -
CMYK 0 0.24 0.91 0.11
HSL 44.06º 0.84% 0.48% -
HSV(B) 44.06º 0.91% 0.89% -
XYZ 46.56 45.89 7.06 -
YUV 171.12 42.72 167.86 -
System Red Green Blue C M Y K H S L
Decimal 227 172 20 0 0.24 0.91 0.11 44.06 0.84 0.48
Hex E3 AC 14 0 18 5B B 2C 54 30
Octal 343 254 24 0 30 133 13 54 124 60
Binary 11100011 10101100 10100 0 11000 1011011 1011 101100 1010100 110000

Color Harmonies of #E3AC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3AC14

Black with #E3AC14

Text Example


Text Example

White with #E3AC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3AC14; }

 p { color: rgb(227,172,20); }

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

background-color css

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

 a { background-color: rgb(227,172,20); }

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

border-color css

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

 span { border-color: rgb(227,172,20); }

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