Html Css Color HEX #CEA624 Galliano

📋 copy color: '#CEA624'

red 206 ◦ green 166 ◦ blue 36

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

Shades of Galliano #CEA624

Tints of Galliano #CEA624

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.69%

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

R = 50.49%
G = 40.69%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CEA624 (or 0xCEA624) is known color: Galliano. HEX triplet: CE, A6 and 24. RGB value is (206,166,36). Sum of RGB (Red+Green+Blue) = 206+166+36=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 36 (14.45% from 255 or 8.82% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA624 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA624 is #3159DB. Grayscale: #A3A3A3. Windows color (decimal): -3234268 or 2401998. OLE color: 2401998.

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

Color convert

RGB 206 166 36 -
CMYK 0 0.19 0.83 0.19
HSL 45.88º 0.7% 0.47% -
HSV(B) 45.88º 0.83% 0.81% -
XYZ 39.41 40.52 7.41 -
YUV 163.14 56.25 158.57 -
System Red Green Blue C M Y K H S L
Decimal 206 166 36 0 0.19 0.83 0.19 45.88 0.7 0.47
Hex CE A6 24 0 13 53 13 2E 46 2F
Octal 316 246 44 0 23 123 23 56 106 57
Binary 11001110 10100110 100100 0 10011 1010011 10011 101110 1000110 101111

Color Harmonies of #CEA624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA624

Black with #CEA624

Text Example


Text Example

White with #CEA624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA624; }

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

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

background-color css

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

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

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

border-color css

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

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

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