Html Css Color HEX #E2A01F Galliano

📋 copy color: '#E2A01F'

red 226 ◦ green 160 ◦ blue 31

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

Shades of Galliano #E2A01F

Tints of Galliano #E2A01F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.37%

 BLUE value IS 31 (12.5% from 255) = 7.43%

R = 54.2%
G = 38.37%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E2A01F (or 0xE2A01F) is known color: Galliano. HEX triplet: E2, A0 and 1F. RGB value is (226,160,31). Sum of RGB (Red+Green+Blue) = 226+160+31=417 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.20% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 31 (12.5% from 255 or 7.43% from 417); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A01F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2A01F is #1D5FE0. Grayscale: #A5A5A5. Windows color (decimal): -1925089 or 2072802. OLE color: 2072802.

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

Color convert

RGB 226 160 31 -
CMYK 0 0.29 0.86 0.11
HSL 39.69º 0.77% 0.5% -
HSV(B) 39.69º 0.86% 0.89% -
XYZ 44.18 41.41 6.96 -
YUV 165.03 52.37 171.49 -
System Red Green Blue C M Y K H S L
Decimal 226 160 31 0 0.29 0.86 0.11 39.69 0.77 0.5
Hex E2 A0 1F 0 1D 56 B 28 4D 32
Octal 342 240 37 0 35 126 13 50 115 62
Binary 11100010 10100000 11111 0 11101 1010110 1011 101000 1001101 110010

Color Harmonies of #E2A01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A01F

Black with #E2A01F

Text Example


Text Example

White with #E2A01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A01F; }

 p { color: rgb(226,160,31); }

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

background-color css

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

 a { background-color: rgb(226,160,31); }

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

border-color css

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

 span { border-color: rgb(226,160,31); }

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