Html Css Color HEX #CEA60E Galliano

📋 copy color: '#CEA60E'

red 206 ◦ green 166 ◦ blue 14

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

Shades of Galliano #CEA60E

Tints of Galliano #CEA60E

RGB

 RED value IS 206 (80.86% from 255) = 53.37%

 GREEN value IS 166 (65.23% from 255) = 43.01%

 BLUE value IS 14 (5.86% from 255) = 3.63%

R = 53.37%
G = 43.01%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CEA60E (or 0xCEA60E) is known color: Galliano. HEX triplet: CE, A6 and 0E. RGB value is (206,166,14). Sum of RGB (Red+Green+Blue) = 206+166+14=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 166 (65.23% from 255 or 43.01% from 386); Blue value is 14 (5.86% from 255 or 3.63% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA60E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA60E is #3159F1. Grayscale: #A1A1A1. Windows color (decimal): -3234290 or 960206. OLE color: 960206.

HSL color Cylindrical-coordinate representation of color #CEA60E: hue angle of 47.5º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CEA60E is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 166 14 -
CMYK 0 0.19 0.93 0.19
HSL 47.5º 0.87% 0.43% -
HSV(B) 47.5º 0.93% 0.81% -
XYZ 39.17 40.43 6.15 -
YUV 160.63 45.25 160.36 -
System Red Green Blue C M Y K H S L
Decimal 206 166 14 0 0.19 0.93 0.19 47.5 0.87 0.43
Hex CE A6 E 0 13 5D 13 30 57 2B
Octal 316 246 16 0 23 135 23 60 127 53
Binary 11001110 10100110 1110 0 10011 1011101 10011 110000 1010111 101011

Color Harmonies of #CEA60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA60E

Black with #CEA60E

Text Example


Text Example

White with #CEA60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA60E; }

 p { color: rgb(206,166,14); }

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

background-color css

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

 a { background-color: rgb(206,166,14); }

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

border-color css

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

 span { border-color: rgb(206,166,14); }

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