Html Css Color HEX #CEA030 Galliano

📋 copy color: '#CEA030'

red 206 ◦ green 160 ◦ blue 48

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

Shades of Galliano #CEA030

Tints of Galliano #CEA030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.59%

R = 49.76%
G = 38.65%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CEA030 (or 0xCEA030) is known color: Galliano. HEX triplet: CE, A0 and 30. RGB value is (206,160,48). Sum of RGB (Red+Green+Blue) = 206+160+48=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 48 (19.14% from 255 or 11.59% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA030 is #315FCF. Grayscale: #A1A1A1. Windows color (decimal): -3235792 or 3186894. OLE color: 3186894.

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

Color convert

RGB 206 160 48 -
CMYK 0 0.22 0.77 0.19
HSL 42.53º 0.62% 0.5% -
HSV(B) 42.53º 0.77% 0.81% -
XYZ 38.56 38.48 8.19 -
YUV 160.99 64.24 160.11 -
System Red Green Blue C M Y K H S L
Decimal 206 160 48 0 0.22 0.77 0.19 42.53 0.62 0.5
Hex CE A0 30 0 16 4D 13 2B 3E 32
Octal 316 240 60 0 26 115 23 53 76 62
Binary 11001110 10100000 110000 0 10110 1001101 10011 101011 111110 110010

Color Harmonies of #CEA030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA030

Black with #CEA030

Text Example


Text Example

White with #CEA030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA030; }

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

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

background-color css

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

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

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

border-color css

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

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

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