Html Css Color HEX #CEA61A Galliano

📋 copy color: '#CEA61A'

red 206 ◦ green 166 ◦ blue 26

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

Shades of Galliano #CEA61A

Tints of Galliano #CEA61A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.71%

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

R = 51.76%
G = 41.71%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CEA61A (or 0xCEA61A) is known color: Galliano. HEX triplet: CE, A6 and 1A. RGB value is (206,166,26). Sum of RGB (Red+Green+Blue) = 206+166+26=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 26 (10.55% from 255 or 6.53% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA61A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA61A is #3159E5. Grayscale: #A2A2A2. Windows color (decimal): -3234278 or 1746638. OLE color: 1746638.

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

Color convert

RGB 206 166 26 -
CMYK 0 0.19 0.87 0.19
HSL 46.67º 0.78% 0.45% -
HSV(B) 46.67º 0.87% 0.81% -
XYZ 39.28 40.47 6.72 -
YUV 162 51.25 159.38 -
System Red Green Blue C M Y K H S L
Decimal 206 166 26 0 0.19 0.87 0.19 46.67 0.78 0.45
Hex CE A6 1A 0 13 57 13 2F 4E 2D
Octal 316 246 32 0 23 127 23 57 116 55
Binary 11001110 10100110 11010 0 10011 1010111 10011 101111 1001110 101101

Color Harmonies of #CEA61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA61A

Black with #CEA61A

Text Example


Text Example

White with #CEA61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA61A; }

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

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

background-color css

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

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

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

border-color css

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

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

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