Html Css Color HEX #CEA618 Galliano

📋 copy color: '#CEA618'

red 206 ◦ green 166 ◦ blue 24

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

Shades of Galliano #CEA618

Tints of Galliano #CEA618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.06%

R = 52.02%
G = 41.92%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CEA618 (or 0xCEA618) is known color: Galliano. HEX triplet: CE, A6 and 18. RGB value is (206,166,24). Sum of RGB (Red+Green+Blue) = 206+166+24=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 166 (65.23% from 255 or 41.92% from 396); Blue value is 24 (9.77% from 255 or 6.06% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA618 is #3159E7. Grayscale: #A2A2A2. Windows color (decimal): -3234280 or 1615566. OLE color: 1615566.

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

Color convert

RGB 206 166 24 -
CMYK 0 0.19 0.88 0.19
HSL 46.81º 0.79% 0.45% -
HSV(B) 46.81º 0.88% 0.81% -
XYZ 39.25 40.46 6.6 -
YUV 161.77 50.25 159.55 -
System Red Green Blue C M Y K H S L
Decimal 206 166 24 0 0.19 0.88 0.19 46.81 0.79 0.45
Hex CE A6 18 0 13 58 13 2F 4F 2D
Octal 316 246 30 0 23 130 23 57 117 55
Binary 11001110 10100110 11000 0 10011 1011000 10011 101111 1001111 101101

Color Harmonies of #CEA618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA618

Black with #CEA618

Text Example


Text Example

White with #CEA618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA618; }

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

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

background-color css

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

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

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

border-color css

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

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

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