Html Css Color HEX #CEA424 Galliano

📋 copy color: '#CEA424'

red 206 ◦ green 164 ◦ blue 36

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

Shades of Galliano #CEA424

Tints of Galliano #CEA424

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.39%

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

R = 50.74%
G = 40.39%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CEA424 (or 0xCEA424) is known color: Galliano. HEX triplet: CE, A4 and 24. RGB value is (206,164,36). Sum of RGB (Red+Green+Blue) = 206+164+36=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 36 (14.45% from 255 or 8.87% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA424 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA424 is #315BDB. Grayscale: #A2A2A2. Windows color (decimal): -3234780 or 2401486. OLE color: 2401486.

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

Color convert

RGB 206 164 36 -
CMYK 0 0.20 0.83 0.19
HSL 45.18º 0.7% 0.47% -
HSV(B) 45.18º 0.83% 0.81% -
XYZ 39.05 39.8 7.29 -
YUV 161.97 56.91 159.41 -
System Red Green Blue C M Y K H S L
Decimal 206 164 36 0 0.20 0.83 0.19 45.18 0.7 0.47
Hex CE A4 24 0 14 53 13 2D 46 2F
Octal 316 244 44 0 24 123 23 55 106 57
Binary 11001110 10100100 100100 0 10100 1010011 10011 101101 1000110 101111

Color Harmonies of #CEA424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA424

Black with #CEA424

Text Example


Text Example

White with #CEA424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA424; }

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

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

background-color css

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

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

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

border-color css

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

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

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