Html Css Color HEX #CEA324 Galliano

📋 copy color: '#CEA324'

red 206 ◦ green 163 ◦ blue 36

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

Shades of Galliano #CEA324

Tints of Galliano #CEA324

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.25%

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

R = 50.86%
G = 40.25%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CEA324 (or 0xCEA324) is known color: Galliano. HEX triplet: CE, A3 and 24. RGB value is (206,163,36). Sum of RGB (Red+Green+Blue) = 206+163+36=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 36 (14.45% from 255 or 8.89% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA324 is #315CDB. Grayscale: #A1A1A1. Windows color (decimal): -3235036 or 2401230. OLE color: 2401230.

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

Color convert

RGB 206 163 36 -
CMYK 0 0.21 0.83 0.19
HSL 44.82º 0.7% 0.47% -
HSV(B) 44.82º 0.83% 0.81% -
XYZ 38.87 39.44 7.23 -
YUV 161.38 57.25 159.83 -
System Red Green Blue C M Y K H S L
Decimal 206 163 36 0 0.21 0.83 0.19 44.82 0.7 0.47
Hex CE A3 24 0 15 53 13 2D 46 2F
Octal 316 243 44 0 25 123 23 55 106 57
Binary 11001110 10100011 100100 0 10101 1010011 10011 101101 1000110 101111

Color Harmonies of #CEA324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA324

Black with #CEA324

Text Example


Text Example

White with #CEA324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA324; }

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

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

background-color css

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

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

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

border-color css

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

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

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