Html Css Color HEX #CEA418 Galliano

📋 copy color: '#CEA418'

red 206 ◦ green 164 ◦ blue 24

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

Shades of Galliano #CEA418

Tints of Galliano #CEA418

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.62%

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

R = 52.28%
G = 41.62%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CEA418 (or 0xCEA418) is known color: Galliano. HEX triplet: CE, A4 and 18. RGB value is (206,164,24). Sum of RGB (Red+Green+Blue) = 206+164+24=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 24 (9.77% from 255 or 6.09% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA418 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA418 is #315BE7. Grayscale: #A1A1A1. Windows color (decimal): -3234792 or 1615054. OLE color: 1615054.

HSL color Cylindrical-coordinate representation of color #CEA418: hue angle of 46.15º 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 #CEA418 is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 164 24 -
CMYK 0 0.20 0.88 0.19
HSL 46.15º 0.79% 0.45% -
HSV(B) 46.15º 0.88% 0.81% -
XYZ 38.89 39.74 6.48 -
YUV 160.6 50.91 160.38 -
System Red Green Blue C M Y K H S L
Decimal 206 164 24 0 0.20 0.88 0.19 46.15 0.79 0.45
Hex CE A4 18 0 14 58 13 2E 4F 2D
Octal 316 244 30 0 24 130 23 56 117 55
Binary 11001110 10100100 11000 0 10100 1011000 10011 101110 1001111 101101

Color Harmonies of #CEA418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA418

Black with #CEA418

Text Example


Text Example

White with #CEA418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA418; }

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

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

background-color css

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

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

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

border-color css

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

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

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