Html Css Color HEX #E0A626 Galliano

📋 copy color: '#E0A626'

red 224 ◦ green 166 ◦ blue 38

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

Shades of Galliano #E0A626

Tints of Galliano #E0A626

RGB

 RED value IS 224 (87.89% from 255) = 52.34%

 GREEN value IS 166 (65.23% from 255) = 38.79%

 BLUE value IS 38 (15.23% from 255) = 8.88%

R = 52.34%
G = 38.79%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E0A626 (or 0xE0A626) is known color: Galliano. HEX triplet: E0, A6 and 26. RGB value is (224,166,38). Sum of RGB (Red+Green+Blue) = 224+166+38=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 38 (15.23% from 255 or 8.88% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A626 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A626 is #1F59D9. Grayscale: #A9A9A9. Windows color (decimal): -2054618 or 2533088. OLE color: 2533088.

HSL color Cylindrical-coordinate representation of color #E0A626: hue angle of 41.29º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E0A626 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 166 38 -
CMYK 0 0.26 0.83 0.12
HSL 41.29º 0.75% 0.51% -
HSV(B) 41.29º 0.83% 0.88% -
XYZ 44.73 43.26 7.83 -
YUV 168.75 54.22 167.41 -
System Red Green Blue C M Y K H S L
Decimal 224 166 38 0 0.26 0.83 0.12 41.29 0.75 0.51
Hex E0 A6 26 0 1A 53 C 29 4B 33
Octal 340 246 46 0 32 123 14 51 113 63
Binary 11100000 10100110 100110 0 11010 1010011 1100 101001 1001011 110011

Color Harmonies of #E0A626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A626

Black with #E0A626

Text Example


Text Example

White with #E0A626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A626; }

 p { color: rgb(224,166,38); }

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

background-color css

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

 a { background-color: rgb(224,166,38); }

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

border-color css

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

 span { border-color: rgb(224,166,38); }

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