Html Css Color HEX #E6A425 Galliano

📋 copy color: '#E6A425'

red 230 ◦ green 164 ◦ blue 37

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

Shades of Galliano #E6A425

Tints of Galliano #E6A425

RGB

 RED value IS 230 (90.23% from 255) = 53.36%

 GREEN value IS 164 (64.45% from 255) = 38.05%

 BLUE value IS 37 (14.84% from 255) = 8.58%

R = 53.36%
G = 38.05%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#E6A425 (or 0xE6A425) is known color: Galliano. HEX triplet: E6, A4 and 25. RGB value is (230,164,37). Sum of RGB (Red+Green+Blue) = 230+164+37=431 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.36% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 37 (14.84% from 255 or 8.58% from 431); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A425 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A425 is #195BDA. Grayscale: #A9A9A9. Windows color (decimal): -1661915 or 2467046. OLE color: 2467046.

HSL color Cylindrical-coordinate representation of color #E6A425: hue angle of 39.48º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E6A425 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 164 37 -
CMYK 0 0.29 0.84 0.10
HSL 39.48º 0.79% 0.52% -
HSV(B) 39.48º 0.84% 0.9% -
XYZ 46.24 43.51 7.71 -
YUV 169.26 53.37 171.33 -
System Red Green Blue C M Y K H S L
Decimal 230 164 37 0 0.29 0.84 0.10 39.48 0.79 0.52
Hex E6 A4 25 0 1D 54 A 27 4F 34
Octal 346 244 45 0 35 124 12 47 117 64
Binary 11100110 10100100 100101 0 11101 1010100 1010 100111 1001111 110100

Color Harmonies of #E6A425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A425

Black with #E6A425

Text Example


Text Example

White with #E6A425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A425; }

 p { color: rgb(230,164,37); }

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

background-color css

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

 a { background-color: rgb(230,164,37); }

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

border-color css

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

 span { border-color: rgb(230,164,37); }

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