Html Css Color HEX #CEA126 Galliano

📋 copy color: '#CEA126'

red 206 ◦ green 161 ◦ blue 38

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

Shades of Galliano #CEA126

Tints of Galliano #CEA126

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.75%

 BLUE value IS 38 (15.23% from 255) = 9.38%

R = 50.86%
G = 39.75%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CEA126 (or 0xCEA126) is known color: Galliano. HEX triplet: CE, A1 and 26. RGB value is (206,161,38). Sum of RGB (Red+Green+Blue) = 206+161+38=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 161 (63.28% from 255 or 39.75% from 405); Blue value is 38 (15.23% from 255 or 9.38% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA126 is #315ED9. Grayscale: #A0A0A0. Windows color (decimal): -3235546 or 2531790. OLE color: 2531790.

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

Color convert

RGB 206 161 38 -
CMYK 0 0.22 0.82 0.19
HSL 43.93º 0.69% 0.48% -
HSV(B) 43.93º 0.82% 0.81% -
XYZ 38.55 38.75 7.28 -
YUV 160.43 58.91 160.5 -
System Red Green Blue C M Y K H S L
Decimal 206 161 38 0 0.22 0.82 0.19 43.93 0.69 0.48
Hex CE A1 26 0 16 52 13 2C 45 30
Octal 316 241 46 0 26 122 23 54 105 60
Binary 11001110 10100001 100110 0 10110 1010010 10011 101100 1000101 110000

Color Harmonies of #CEA126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA126

Black with #CEA126

Text Example


Text Example

White with #CEA126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA126; }

 p { color: rgb(206,161,38); }

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

background-color css

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

 a { background-color: rgb(206,161,38); }

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

border-color css

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

 span { border-color: rgb(206,161,38); }

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