Html Css Color HEX #CEA325 Galliano

📋 copy color: '#CEA325'

red 206 ◦ green 163 ◦ blue 37

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

Shades of Galliano #CEA325

Tints of Galliano #CEA325

RGB

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

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

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

R = 50.74%
G = 40.15%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CEA325 (or 0xCEA325) is known color: Galliano. HEX triplet: CE, A3 and 25. RGB value is (206,163,37). Sum of RGB (Red+Green+Blue) = 206+163+37=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 37 (14.84% from 255 or 9.11% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA325 is #315CDA. Grayscale: #A2A2A2. Windows color (decimal): -3235035 or 2466766. OLE color: 2466766.

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

Color convert

RGB 206 163 37 -
CMYK 0 0.21 0.82 0.19
HSL 44.73º 0.7% 0.48% -
HSV(B) 44.73º 0.82% 0.81% -
XYZ 38.88 39.45 7.32 -
YUV 161.49 57.75 159.75 -
System Red Green Blue C M Y K H S L
Decimal 206 163 37 0 0.21 0.82 0.19 44.73 0.7 0.48
Hex CE A3 25 0 15 52 13 2D 46 30
Octal 316 243 45 0 25 122 23 55 106 60
Binary 11001110 10100011 100101 0 10101 1010010 10011 101101 1000110 110000

Color Harmonies of #CEA325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA325

Black with #CEA325

Text Example


Text Example

White with #CEA325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA325; }

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

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

background-color css

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

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

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

border-color css

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

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

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