Html Css Color HEX #CEA01C Galliano

📋 copy color: '#CEA01C'

red 206 ◦ green 160 ◦ blue 28

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

Shades of Galliano #CEA01C

Tints of Galliano #CEA01C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.61%

 BLUE value IS 28 (11.33% from 255) = 7.11%

R = 52.28%
G = 40.61%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CEA01C (or 0xCEA01C) is known color: Galliano. HEX triplet: CE, A0 and 1C. RGB value is (206,160,28). Sum of RGB (Red+Green+Blue) = 206+160+28=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 28 (11.33% from 255 or 7.11% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA01C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA01C is #315FE3. Grayscale: #9F9F9F. Windows color (decimal): -3235812 or 1876174. OLE color: 1876174.

HSL color Cylindrical-coordinate representation of color #CEA01C: hue angle of 44.49º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CEA01C is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 160 28 -
CMYK 0 0.22 0.86 0.19
HSL 44.49º 0.76% 0.46% -
HSV(B) 44.49º 0.86% 0.81% -
XYZ 38.23 38.35 6.49 -
YUV 158.71 54.24 161.73 -
System Red Green Blue C M Y K H S L
Decimal 206 160 28 0 0.22 0.86 0.19 44.49 0.76 0.46
Hex CE A0 1C 0 16 56 13 2C 4C 2E
Octal 316 240 34 0 26 126 23 54 114 56
Binary 11001110 10100000 11100 0 10110 1010110 10011 101100 1001100 101110

Color Harmonies of #CEA01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA01C

Black with #CEA01C

Text Example


Text Example

White with #CEA01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA01C; }

 p { color: rgb(206,160,28); }

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

background-color css

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

 a { background-color: rgb(206,160,28); }

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

border-color css

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

 span { border-color: rgb(206,160,28); }

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