Html Css Color HEX #CEA024 Galliano

📋 copy color: '#CEA024'

red 206 ◦ green 160 ◦ blue 36

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

Shades of Galliano #CEA024

Tints of Galliano #CEA024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.96%

R = 51.24%
G = 39.8%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CEA024 (or 0xCEA024) is known color: Galliano. HEX triplet: CE, A0 and 24. RGB value is (206,160,36). Sum of RGB (Red+Green+Blue) = 206+160+36=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 160 (62.89% from 255 or 39.80% from 402); Blue value is 36 (14.45% from 255 or 8.96% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA024 is #315FDB. Grayscale: #A0A0A0. Windows color (decimal): -3235804 or 2400462. OLE color: 2400462.

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

Color convert

RGB 206 160 36 -
CMYK 0 0.22 0.83 0.19
HSL 43.76º 0.7% 0.47% -
HSV(B) 43.76º 0.83% 0.81% -
XYZ 38.34 38.39 7.06 -
YUV 159.62 58.24 161.08 -
System Red Green Blue C M Y K H S L
Decimal 206 160 36 0 0.22 0.83 0.19 43.76 0.7 0.47
Hex CE A0 24 0 16 53 13 2C 46 2F
Octal 316 240 44 0 26 123 23 54 106 57
Binary 11001110 10100000 100100 0 10110 1010011 10011 101100 1000110 101111

Color Harmonies of #CEA024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA024

Black with #CEA024

Text Example


Text Example

White with #CEA024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA024; }

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

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

background-color css

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

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

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

border-color css

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

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

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