Html Css Color HEX #E2AC14 Galliano

📋 copy color: '#E2AC14'

red 226 ◦ green 172 ◦ blue 20

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

Shades of Galliano #E2AC14

Tints of Galliano #E2AC14

RGB

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

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

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

R = 54.07%
G = 41.15%
B = 4.78%

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

#E2AC14 (or 0xE2AC14) is known color: Galliano. HEX triplet: E2, AC and 14. RGB value is (226,172,20). Sum of RGB (Red+Green+Blue) = 226+172+20=418 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.07% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 20 (8.20% from 255 or 4.78% from 418); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AC14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2AC14 is #1D53EB. Grayscale: #ABABAB. Windows color (decimal): -1922028 or 1354978. OLE color: 1354978.

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

Color convert

RGB 226 172 20 -
CMYK 0 0.24 0.91 0.11
HSL 44.27º 0.84% 0.48% -
HSV(B) 44.27º 0.91% 0.89% -
XYZ 46.24 45.72 7.05 -
YUV 170.82 42.89 167.36 -
System Red Green Blue C M Y K H S L
Decimal 226 172 20 0 0.24 0.91 0.11 44.27 0.84 0.48
Hex E2 AC 14 0 18 5B B 2C 54 30
Octal 342 254 24 0 30 133 13 54 124 60
Binary 11100010 10101100 10100 0 11000 1011011 1011 101100 1010100 110000

Color Harmonies of #E2AC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AC14

Black with #E2AC14

Text Example


Text Example

White with #E2AC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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