Html Css Color HEX #CEA026 Galliano

📋 copy color: '#CEA026'

red 206 ◦ green 160 ◦ blue 38

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

Shades of Galliano #CEA026

Tints of Galliano #CEA026

RGB

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

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

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

R = 50.99%
G = 39.6%
B = 9.41%

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

#CEA026 (or 0xCEA026) is known color: Galliano. HEX triplet: CE, A0 and 26. RGB value is (206,160,38). Sum of RGB (Red+Green+Blue) = 206+160+38=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 160 (62.89% from 255 or 39.60% from 404); Blue value is 38 (15.23% from 255 or 9.41% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA026 is #315FD9. Grayscale: #A0A0A0. Windows color (decimal): -3235802 or 2531534. OLE color: 2531534.

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

Color convert

RGB 206 160 38 -
CMYK 0 0.22 0.82 0.19
HSL 43.57º 0.69% 0.48% -
HSV(B) 43.57º 0.82% 0.81% -
XYZ 38.37 38.4 7.22 -
YUV 159.85 59.24 160.92 -
System Red Green Blue C M Y K H S L
Decimal 206 160 38 0 0.22 0.82 0.19 43.57 0.69 0.48
Hex CE A0 26 0 16 52 13 2C 45 30
Octal 316 240 46 0 26 122 23 54 105 60
Binary 11001110 10100000 100110 0 10110 1010010 10011 101100 1000101 110000

Color Harmonies of #CEA026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA026

Black with #CEA026

Text Example


Text Example

White with #CEA026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA026; }

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

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

background-color css

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

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

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

border-color css

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

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

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