Html Css Color HEX #CEA119 Galliano

📋 copy color: '#CEA119'

red 206 ◦ green 161 ◦ blue 25

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

Shades of Galliano #CEA119

Tints of Galliano #CEA119

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.07%

 BLUE value IS 25 (10.16% from 255) = 6.38%

R = 52.55%
G = 41.07%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CEA119 (or 0xCEA119) is known color: Galliano. HEX triplet: CE, A1 and 19. RGB value is (206,161,25). Sum of RGB (Red+Green+Blue) = 206+161+25=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 161 (63.28% from 255 or 41.07% from 392); Blue value is 25 (10.16% from 255 or 6.38% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA119 is #315EE6. Grayscale: #9F9F9F. Windows color (decimal): -3235559 or 1679822. OLE color: 1679822.

HSL color Cylindrical-coordinate representation of color #CEA119: hue angle of 45.08º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CEA119 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 161 25 -
CMYK 0 0.22 0.88 0.19
HSL 45.08º 0.78% 0.45% -
HSV(B) 45.08º 0.88% 0.81% -
XYZ 38.37 38.68 6.36 -
YUV 158.95 52.41 161.56 -
System Red Green Blue C M Y K H S L
Decimal 206 161 25 0 0.22 0.88 0.19 45.08 0.78 0.45
Hex CE A1 19 0 16 58 13 2D 4E 2D
Octal 316 241 31 0 26 130 23 55 116 55
Binary 11001110 10100001 11001 0 10110 1011000 10011 101101 1001110 101101

Color Harmonies of #CEA119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA119

Black with #CEA119

Text Example


Text Example

White with #CEA119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA119; }

 p { color: rgb(206,161,25); }

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

background-color css

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

 a { background-color: rgb(206,161,25); }

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

border-color css

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

 span { border-color: rgb(206,161,25); }

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