Html Css Color HEX #E2A91C Galliano

📋 copy color: '#E2A91C'

red 226 ◦ green 169 ◦ blue 28

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

Shades of Galliano #E2A91C

Tints of Galliano #E2A91C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.95%

 BLUE value IS 28 (11.33% from 255) = 6.62%

R = 53.43%
G = 39.95%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E2A91C (or 0xE2A91C) is known color: Galliano. HEX triplet: E2, A9 and 1C. RGB value is (226,169,28). Sum of RGB (Red+Green+Blue) = 226+169+28=423 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.43% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 28 (11.33% from 255 or 6.62% from 423); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A91C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2A91C is #1D56E3. Grayscale: #AAAAAA. Windows color (decimal): -1922788 or 1878498. OLE color: 1878498.

HSL color Cylindrical-coordinate representation of color #E2A91C: hue angle of 42.73º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2A91C is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 169 28 -
CMYK 0 0.25 0.88 0.11
HSL 42.73º 0.78% 0.5% -
HSV(B) 42.73º 0.88% 0.89% -
XYZ 45.76 44.63 7.3 -
YUV 169.97 47.88 167.96 -
System Red Green Blue C M Y K H S L
Decimal 226 169 28 0 0.25 0.88 0.11 42.73 0.78 0.5
Hex E2 A9 1C 0 19 58 B 2B 4E 32
Octal 342 251 34 0 31 130 13 53 116 62
Binary 11100010 10101001 11100 0 11001 1011000 1011 101011 1001110 110010

Color Harmonies of #E2A91C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A91C

Black with #E2A91C

Text Example


Text Example

White with #E2A91C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A91C; }

 p { color: rgb(226,169,28); }

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

background-color css

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

 a { background-color: rgb(226,169,28); }

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

border-color css

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

 span { border-color: rgb(226,169,28); }

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