Html Css Color HEX #E6A323 Galliano

📋 copy color: '#E6A323'

red 230 ◦ green 163 ◦ blue 35

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

Shades of Galliano #E6A323

Tints of Galliano #E6A323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.18%

R = 53.74%
G = 38.08%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.10

RGB Variations

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

Color information

#E6A323 (or 0xE6A323) is known color: Galliano. HEX triplet: E6, A3 and 23. RGB value is (230,163,35). Sum of RGB (Red+Green+Blue) = 230+163+35=428 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.74% from 428); Green value is 163 (64.06% from 255 or 38.08% from 428); Blue value is 35 (14.06% from 255 or 8.18% from 428); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A323 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A323 is #195CDC. Grayscale: #A9A9A9. Windows color (decimal): -1662173 or 2335718. OLE color: 2335718.

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

Color convert

RGB 230 163 35 -
CMYK 0 0.29 0.85 0.10
HSL 39.38º 0.8% 0.52% -
HSV(B) 39.38º 0.85% 0.9% -
XYZ 46.03 43.14 7.49 -
YUV 168.44 52.7 171.91 -
System Red Green Blue C M Y K H S L
Decimal 230 163 35 0 0.29 0.85 0.10 39.38 0.8 0.52
Hex E6 A3 23 0 1D 55 A 27 50 34
Octal 346 243 43 0 35 125 12 47 120 64
Binary 11100110 10100011 100011 0 11101 1010101 1010 100111 1010000 110100

Color Harmonies of #E6A323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A323

Black with #E6A323

Text Example


Text Example

White with #E6A323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A323; }

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

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

background-color css

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

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

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

border-color css

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

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

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