Html Css Color HEX #CEA818 Galliano

📋 copy color: '#CEA818'

red 206 ◦ green 168 ◦ blue 24

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

Shades of Galliano #CEA818

Tints of Galliano #CEA818

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.21%

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

R = 51.76%
G = 42.21%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CEA818 (or 0xCEA818) is known color: Galliano. HEX triplet: CE, A8 and 18. RGB value is (206,168,24). Sum of RGB (Red+Green+Blue) = 206+168+24=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 168 (66.02% from 255 or 42.21% from 398); Blue value is 24 (9.77% from 255 or 6.03% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA818 is #3157E7. Grayscale: #A3A3A3. Windows color (decimal): -3233768 or 1616078. OLE color: 1616078.

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

Color convert

RGB 206 168 24 -
CMYK 0 0.18 0.88 0.19
HSL 47.47º 0.79% 0.45% -
HSV(B) 47.47º 0.88% 0.81% -
XYZ 39.62 41.19 6.73 -
YUV 162.95 49.59 158.71 -
System Red Green Blue C M Y K H S L
Decimal 206 168 24 0 0.18 0.88 0.19 47.47 0.79 0.45
Hex CE A8 18 0 12 58 13 2F 4F 2D
Octal 316 250 30 0 22 130 23 57 117 55
Binary 11001110 10101000 11000 0 10010 1011000 10011 101111 1001111 101101

Color Harmonies of #CEA818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA818

Black with #CEA818

Text Example


Text Example

White with #CEA818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA818; }

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

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

background-color css

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

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

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

border-color css

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

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

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