Html Css Color HEX #CEA027 Galliano

📋 copy color: '#CEA027'

red 206 ◦ green 160 ◦ blue 39

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

Shades of Galliano #CEA027

Tints of Galliano #CEA027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.63%

R = 50.86%
G = 39.51%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CEA027 (or 0xCEA027) is known color: Galliano. HEX triplet: CE, A0 and 27. RGB value is (206,160,39). Sum of RGB (Red+Green+Blue) = 206+160+39=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 39 (15.62% from 255 or 9.63% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA027 is #315FD8. Grayscale: #A0A0A0. Windows color (decimal): -3235801 or 2597070. OLE color: 2597070.

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

Color convert

RGB 206 160 39 -
CMYK 0 0.22 0.81 0.19
HSL 43.47º 0.68% 0.48% -
HSV(B) 43.47º 0.81% 0.81% -
XYZ 38.39 38.41 7.31 -
YUV 159.96 59.74 160.84 -
System Red Green Blue C M Y K H S L
Decimal 206 160 39 0 0.22 0.81 0.19 43.47 0.68 0.48
Hex CE A0 27 0 16 51 13 2B 44 30
Octal 316 240 47 0 26 121 23 53 104 60
Binary 11001110 10100000 100111 0 10110 1010001 10011 101011 1000100 110000

Color Harmonies of #CEA027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA027

Black with #CEA027

Text Example


Text Example

White with #CEA027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA027; }

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

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

background-color css

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

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

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

border-color css

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

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

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