Html Css Color HEX #E4A32A Galliano

📋 copy color: '#E4A32A'

red 228 ◦ green 163 ◦ blue 42

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

Shades of Galliano #E4A32A

Tints of Galliano #E4A32A

RGB

 RED value IS 228 (89.45% from 255) = 52.66%

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

 BLUE value IS 42 (16.8% from 255) = 9.7%

R = 52.66%
G = 37.64%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E4A32A (or 0xE4A32A) is known color: Galliano. HEX triplet: E4, A3 and 2A. RGB value is (228,163,42). Sum of RGB (Red+Green+Blue) = 228+163+42=433 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.66% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 42 (16.80% from 255 or 9.70% from 433); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A32A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4A32A is #1B5CD5. Grayscale: #A9A9A9. Windows color (decimal): -1793238 or 2794468. OLE color: 2794468.

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

Color convert

RGB 228 163 42 -
CMYK 0 0.29 0.82 0.11
HSL 39.03º 0.78% 0.53% -
HSV(B) 39.03º 0.82% 0.89% -
XYZ 45.51 42.86 8.06 -
YUV 168.64 56.53 170.34 -
System Red Green Blue C M Y K H S L
Decimal 228 163 42 0 0.29 0.82 0.11 39.03 0.78 0.53
Hex E4 A3 2A 0 1D 52 B 27 4E 35
Octal 344 243 52 0 35 122 13 47 116 65
Binary 11100100 10100011 101010 0 11101 1010010 1011 100111 1001110 110101

Color Harmonies of #E4A32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4A32A

Black with #E4A32A

Text Example


Text Example

White with #E4A32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4A32A; }

 p { color: rgb(228,163,42); }

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

background-color css

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

 a { background-color: rgb(228,163,42); }

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

border-color css

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

 span { border-color: rgb(228,163,42); }

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