Html Css Color HEX #E0A52B Galliano

📋 copy color: '#E0A52B'

red 224 ◦ green 165 ◦ blue 43

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

Shades of Galliano #E0A52B

Tints of Galliano #E0A52B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.19%

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

R = 51.85%
G = 38.19%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E0A52B (or 0xE0A52B) is known color: Galliano. HEX triplet: E0, A5 and 2B. RGB value is (224,165,43). Sum of RGB (Red+Green+Blue) = 224+165+43=432 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.85% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 43 (17.19% from 255 or 9.95% from 432); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A52B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A52B is #1F5AD4. Grayscale: #A9A9A9. Windows color (decimal): -2054869 or 2860512. OLE color: 2860512.

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

Color convert

RGB 224 165 43 -
CMYK 0 0.26 0.81 0.12
HSL 40.44º 0.74% 0.52% -
HSV(B) 40.44º 0.81% 0.88% -
XYZ 44.63 42.93 8.22 -
YUV 168.73 57.05 167.42 -
System Red Green Blue C M Y K H S L
Decimal 224 165 43 0 0.26 0.81 0.12 40.44 0.74 0.52
Hex E0 A5 2B 0 1A 51 C 28 4A 34
Octal 340 245 53 0 32 121 14 50 112 64
Binary 11100000 10100101 101011 0 11010 1010001 1100 101000 1001010 110100

Color Harmonies of #E0A52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A52B

Black with #E0A52B

Text Example


Text Example

White with #E0A52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A52B; }

 p { color: rgb(224,165,43); }

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

background-color css

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

 a { background-color: rgb(224,165,43); }

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

border-color css

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

 span { border-color: rgb(224,165,43); }

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