Html Css Color HEX #E3A328 Galliano

📋 copy color: '#E3A328'

red 227 ◦ green 163 ◦ blue 40

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

Shades of Galliano #E3A328

Tints of Galliano #E3A328

RGB

 RED value IS 227 (89.06% from 255) = 52.79%

 GREEN value IS 163 (64.06% from 255) = 37.91%

 BLUE value IS 40 (16.02% from 255) = 9.3%

R = 52.79%
G = 37.91%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E3A328 (or 0xE3A328) is known color: Galliano. HEX triplet: E3, A3 and 28. RGB value is (227,163,40). Sum of RGB (Red+Green+Blue) = 227+163+40=430 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.79% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 40 (16.02% from 255 or 9.30% from 430); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3A328 is #1C5CD7. Grayscale: #A8A8A8. Windows color (decimal): -1858776 or 2663395. OLE color: 2663395.

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

Color convert

RGB 227 163 40 -
CMYK 0 0.28 0.82 0.11
HSL 39.47º 0.77% 0.52% -
HSV(B) 39.47º 0.82% 0.89% -
XYZ 45.16 42.68 7.87 -
YUV 168.11 55.7 170 -
System Red Green Blue C M Y K H S L
Decimal 227 163 40 0 0.28 0.82 0.11 39.47 0.77 0.52
Hex E3 A3 28 0 1C 52 B 27 4D 34
Octal 343 243 50 0 34 122 13 47 115 64
Binary 11100011 10100011 101000 0 11100 1010010 1011 100111 1001101 110100

Color Harmonies of #E3A328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3A328

Black with #E3A328

Text Example


Text Example

White with #E3A328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3A328; }

 p { color: rgb(227,163,40); }

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

background-color css

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

 a { background-color: rgb(227,163,40); }

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

border-color css

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

 span { border-color: rgb(227,163,40); }

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