Html Css Color HEX #E1A22B Galliano

📋 copy color: '#E1A22B'

red 225 ◦ green 162 ◦ blue 43

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

Shades of Galliano #E1A22B

Tints of Galliano #E1A22B

RGB

 RED value IS 225 (88.28% from 255) = 52.33%

 GREEN value IS 162 (63.67% from 255) = 37.67%

 BLUE value IS 43 (17.19% from 255) = 10%

R = 52.33%
G = 37.67%
B = 10%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E1A22B (or 0xE1A22B) is known color: Galliano. HEX triplet: E1, A2 and 2B. RGB value is (225,162,43). Sum of RGB (Red+Green+Blue) = 225+162+43=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 43 (17.19% from 255 or 10% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A22B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A22B is #1E5DD4. Grayscale: #A7A7A7. Windows color (decimal): -1990101 or 2859745. OLE color: 2859745.

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

Color convert

RGB 225 162 43 -
CMYK 0 0.28 0.81 0.12
HSL 39.23º 0.75% 0.53% -
HSV(B) 39.23º 0.81% 0.88% -
XYZ 44.41 42.02 8.06 -
YUV 167.27 57.87 169.18 -
System Red Green Blue C M Y K H S L
Decimal 225 162 43 0 0.28 0.81 0.12 39.23 0.75 0.53
Hex E1 A2 2B 0 1C 51 C 27 4B 35
Octal 341 242 53 0 34 121 14 47 113 65
Binary 11100001 10100010 101011 0 11100 1010001 1100 100111 1001011 110101

Color Harmonies of #E1A22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A22B

Black with #E1A22B

Text Example


Text Example

White with #E1A22B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A22B; }

 p { color: rgb(225,162,43); }

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

background-color css

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

 a { background-color: rgb(225,162,43); }

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

border-color css

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

 span { border-color: rgb(225,162,43); }

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