Html Css Color HEX #CEA825 Galliano

📋 copy color: '#CEA825'

red 206 ◦ green 168 ◦ blue 37

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

Shades of Galliano #CEA825

Tints of Galliano #CEA825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9%

R = 50.12%
G = 40.88%
B = 9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CEA825 (or 0xCEA825) is known color: Galliano. HEX triplet: CE, A8 and 25. RGB value is (206,168,37). Sum of RGB (Red+Green+Blue) = 206+168+37=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 37 (14.84% from 255 or 9.00% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA825 is #3157DA. Grayscale: #A4A4A4. Windows color (decimal): -3233755 or 2468046. OLE color: 2468046.

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

Color convert

RGB 206 168 37 -
CMYK 0 0.18 0.82 0.19
HSL 46.51º 0.7% 0.48% -
HSV(B) 46.51º 0.82% 0.81% -
XYZ 39.79 41.26 7.62 -
YUV 164.43 56.09 157.65 -
System Red Green Blue C M Y K H S L
Decimal 206 168 37 0 0.18 0.82 0.19 46.51 0.7 0.48
Hex CE A8 25 0 12 52 13 2F 46 30
Octal 316 250 45 0 22 122 23 57 106 60
Binary 11001110 10101000 100101 0 10010 1010010 10011 101111 1000110 110000

Color Harmonies of #CEA825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA825

Black with #CEA825

Text Example


Text Example

White with #CEA825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA825; }

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

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

background-color css

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

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

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

border-color css

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

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

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