Html Css Color HEX #E6A325 Galliano

📋 copy color: '#E6A325'

red 230 ◦ green 163 ◦ blue 37

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

Shades of Galliano #E6A325

Tints of Galliano #E6A325

RGB

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

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

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

R = 53.49%
G = 37.91%
B = 8.6%

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

#E6A325 (or 0xE6A325) is known color: Galliano. HEX triplet: E6, A3 and 25. RGB value is (230,163,37). Sum of RGB (Red+Green+Blue) = 230+163+37=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 37 (14.84% from 255 or 8.60% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A325 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A325 is #195CDA. Grayscale: #A9A9A9. Windows color (decimal): -1662171 or 2466790. OLE color: 2466790.

HSL color Cylindrical-coordinate representation of color #E6A325: hue angle of 39.17º 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 #E6A325 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 163 37 -
CMYK 0 0.29 0.84 0.10
HSL 39.17º 0.79% 0.52% -
HSV(B) 39.17º 0.84% 0.9% -
XYZ 46.06 43.15 7.65 -
YUV 168.67 53.7 171.75 -
System Red Green Blue C M Y K H S L
Decimal 230 163 37 0 0.29 0.84 0.10 39.17 0.79 0.52
Hex E6 A3 25 0 1D 54 A 27 4F 34
Octal 346 243 45 0 35 124 12 47 117 64
Binary 11100110 10100011 100101 0 11101 1010100 1010 100111 1001111 110100

Color Harmonies of #E6A325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A325

Black with #E6A325

Text Example


Text Example

White with #E6A325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A325; }

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

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

background-color css

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

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

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

border-color css

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

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

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