Html Css Color HEX #CEA01A Galliano

📋 copy color: '#CEA01A'

red 206 ◦ green 160 ◦ blue 26

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

Shades of Galliano #CEA01A

Tints of Galliano #CEA01A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.63%

R = 52.55%
G = 40.82%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CEA01A (or 0xCEA01A) is known color: Galliano. HEX triplet: CE, A0 and 1A. RGB value is (206,160,26). Sum of RGB (Red+Green+Blue) = 206+160+26=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 160 (62.89% from 255 or 40.82% from 392); Blue value is 26 (10.55% from 255 or 6.63% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA01A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA01A is #315FE5. Grayscale: #9F9F9F. Windows color (decimal): -3235814 or 1745102. OLE color: 1745102.

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

Color convert

RGB 206 160 26 -
CMYK 0 0.22 0.87 0.19
HSL 44.67º 0.78% 0.45% -
HSV(B) 44.67º 0.87% 0.81% -
XYZ 38.21 38.34 6.36 -
YUV 158.48 53.24 161.9 -
System Red Green Blue C M Y K H S L
Decimal 206 160 26 0 0.22 0.87 0.19 44.67 0.78 0.45
Hex CE A0 1A 0 16 57 13 2D 4E 2D
Octal 316 240 32 0 26 127 23 55 116 55
Binary 11001110 10100000 11010 0 10110 1010111 10011 101101 1001110 101101

Color Harmonies of #CEA01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA01A

Black with #CEA01A

Text Example


Text Example

White with #CEA01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA01A; }

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

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

background-color css

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

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

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

border-color css

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

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

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