Html Css Color HEX #E6A71C Galliano

📋 copy color: '#E6A71C'

red 230 ◦ green 167 ◦ blue 28

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

Shades of Galliano #E6A71C

Tints of Galliano #E6A71C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.59%

R = 54.12%
G = 39.29%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E6A71C (or 0xE6A71C) is known color: Galliano. HEX triplet: E6, A7 and 1C. RGB value is (230,167,28). Sum of RGB (Red+Green+Blue) = 230+167+28=425 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.12% from 425); Green value is 167 (65.62% from 255 or 39.29% from 425); Blue value is 28 (11.33% from 255 or 6.59% from 425); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A71C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A71C is #1958E3. Grayscale: #AAAAAA. Windows color (decimal): -1661156 or 1877990. OLE color: 1877990.

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

Color convert

RGB 230 167 28 -
CMYK 0 0.27 0.88 0.10
HSL 41.29º 0.8% 0.51% -
HSV(B) 41.29º 0.88% 0.9% -
XYZ 46.66 44.54 7.24 -
YUV 169.99 47.87 170.8 -
System Red Green Blue C M Y K H S L
Decimal 230 167 28 0 0.27 0.88 0.10 41.29 0.8 0.51
Hex E6 A7 1C 0 1B 58 A 29 50 33
Octal 346 247 34 0 33 130 12 51 120 63
Binary 11100110 10100111 11100 0 11011 1011000 1010 101001 1010000 110011

Color Harmonies of #E6A71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A71C

Black with #E6A71C

Text Example


Text Example

White with #E6A71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A71C; }

 p { color: rgb(230,167,28); }

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

background-color css

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

 a { background-color: rgb(230,167,28); }

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

border-color css

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

 span { border-color: rgb(230,167,28); }

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