Html Css Color HEX #E0A727 Galliano

📋 copy color: '#E0A727'

red 224 ◦ green 167 ◦ blue 39

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

Shades of Galliano #E0A727

Tints of Galliano #E0A727

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.84%

 BLUE value IS 39 (15.63% from 255) = 9.07%

R = 52.09%
G = 38.84%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E0A727 (or 0xE0A727) is known color: Galliano. HEX triplet: E0, A7 and 27. RGB value is (224,167,39). Sum of RGB (Red+Green+Blue) = 224+167+39=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 167 (65.62% from 255 or 38.84% from 430); Blue value is 39 (15.62% from 255 or 9.07% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A727 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A727 is #1F58D8. Grayscale: #AAAAAA. Windows color (decimal): -2054361 or 2598880. OLE color: 2598880.

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

Color convert

RGB 224 167 39 -
CMYK 0 0.25 0.83 0.12
HSL 41.51º 0.75% 0.52% -
HSV(B) 41.51º 0.83% 0.88% -
XYZ 44.93 43.63 7.97 -
YUV 169.45 54.38 166.91 -
System Red Green Blue C M Y K H S L
Decimal 224 167 39 0 0.25 0.83 0.12 41.51 0.75 0.52
Hex E0 A7 27 0 19 53 C 2A 4B 34
Octal 340 247 47 0 31 123 14 52 113 64
Binary 11100000 10100111 100111 0 11001 1010011 1100 101010 1001011 110100

Color Harmonies of #E0A727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A727

Black with #E0A727

Text Example


Text Example

White with #E0A727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A727; }

 p { color: rgb(224,167,39); }

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

background-color css

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

 a { background-color: rgb(224,167,39); }

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

border-color css

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

 span { border-color: rgb(224,167,39); }

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