Html Css Color HEX #E0A826 Galliano

📋 copy color: '#E0A826'

red 224 ◦ green 168 ◦ blue 38

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

Shades of Galliano #E0A826

Tints of Galliano #E0A826

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.07%

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

R = 52.09%
G = 39.07%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E0A826 (or 0xE0A826) is known color: Galliano. HEX triplet: E0, A8 and 26. RGB value is (224,168,38). Sum of RGB (Red+Green+Blue) = 224+168+38=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 38 (15.23% from 255 or 8.84% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A826 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A826 is #1F57D9. Grayscale: #AAAAAA. Windows color (decimal): -2054106 or 2533600. OLE color: 2533600.

HSL color Cylindrical-coordinate representation of color #E0A826: hue angle of 41.94º 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 #E0A826 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 168 38 -
CMYK 0 0.25 0.83 0.12
HSL 41.94º 0.75% 0.51% -
HSV(B) 41.94º 0.83% 0.88% -
XYZ 45.09 43.99 7.95 -
YUV 169.92 53.55 166.57 -
System Red Green Blue C M Y K H S L
Decimal 224 168 38 0 0.25 0.83 0.12 41.94 0.75 0.51
Hex E0 A8 26 0 19 53 C 2A 4B 33
Octal 340 250 46 0 31 123 14 52 113 63
Binary 11100000 10101000 100110 0 11001 1010011 1100 101010 1001011 110011

Color Harmonies of #E0A826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A826

Black with #E0A826

Text Example


Text Example

White with #E0A826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A826; }

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

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

background-color css

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

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

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

border-color css

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

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

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