Html Css Color HEX #CEA824 Galliano

📋 copy color: '#CEA824'

red 206 ◦ green 168 ◦ blue 36

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

Shades of Galliano #CEA824

Tints of Galliano #CEA824

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.98%

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

R = 50.24%
G = 40.98%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CEA824 (or 0xCEA824) is known color: Galliano. HEX triplet: CE, A8 and 24. RGB value is (206,168,36). Sum of RGB (Red+Green+Blue) = 206+168+36=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 168 (66.02% from 255 or 40.98% from 410); Blue value is 36 (14.45% from 255 or 8.78% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA824 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA824 is #3157DB. Grayscale: #A4A4A4. Windows color (decimal): -3233756 or 2402510. OLE color: 2402510.

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

Color convert

RGB 206 168 36 -
CMYK 0 0.18 0.83 0.19
HSL 46.59º 0.7% 0.47% -
HSV(B) 46.59º 0.83% 0.81% -
XYZ 39.77 41.25 7.54 -
YUV 164.31 55.59 157.73 -
System Red Green Blue C M Y K H S L
Decimal 206 168 36 0 0.18 0.83 0.19 46.59 0.7 0.47
Hex CE A8 24 0 12 53 13 2F 46 2F
Octal 316 250 44 0 22 123 23 57 106 57
Binary 11001110 10101000 100100 0 10010 1010011 10011 101111 1000110 101111

Color Harmonies of #CEA824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA824

Black with #CEA824

Text Example


Text Example

White with #CEA824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA824; }

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

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

background-color css

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

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

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

border-color css

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

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

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