Html Css Color HEX #CEA614 Galliano

📋 copy color: '#CEA614'

red 206 ◦ green 166 ◦ blue 20

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

Shades of Galliano #CEA614

Tints of Galliano #CEA614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.1%

R = 52.55%
G = 42.35%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CEA614 (or 0xCEA614) is known color: Galliano. HEX triplet: CE, A6 and 14. RGB value is (206,166,20). Sum of RGB (Red+Green+Blue) = 206+166+20=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 20 (8.20% from 255 or 5.10% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA614 is #3159EB. Grayscale: #A1A1A1. Windows color (decimal): -3234284 or 1353422. OLE color: 1353422.

HSL color Cylindrical-coordinate representation of color #CEA614: hue angle of 47.1º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CEA614 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 166 20 -
CMYK 0 0.19 0.90 0.19
HSL 47.1º 0.82% 0.44% -
HSV(B) 47.1º 0.9% 0.81% -
XYZ 39.22 40.44 6.4 -
YUV 161.32 48.25 159.87 -
System Red Green Blue C M Y K H S L
Decimal 206 166 20 0 0.19 0.90 0.19 47.1 0.82 0.44
Hex CE A6 14 0 13 5A 13 2F 52 2C
Octal 316 246 24 0 23 132 23 57 122 54
Binary 11001110 10100110 10100 0 10011 1011010 10011 101111 1010010 101100

Color Harmonies of #CEA614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA614

Black with #CEA614

Text Example


Text Example

White with #CEA614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA614; }

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

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

background-color css

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

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

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

border-color css

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

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

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