Html Css Color HEX #CEA019 Galliano

📋 copy color: '#CEA019'

red 206 ◦ green 160 ◦ blue 25

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

Shades of Galliano #CEA019

Tints of Galliano #CEA019

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.92%

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

R = 52.69%
G = 40.92%
B = 6.39%

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

#CEA019 (or 0xCEA019) is known color: Galliano. HEX triplet: CE, A0 and 19. RGB value is (206,160,25). Sum of RGB (Red+Green+Blue) = 206+160+25=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 160 (62.89% from 255 or 40.92% from 391); Blue value is 25 (10.16% from 255 or 6.39% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA019 is #315FE6. Grayscale: #9E9E9E. Windows color (decimal): -3235815 or 1679566. OLE color: 1679566.

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

Color convert

RGB 206 160 25 -
CMYK 0 0.22 0.88 0.19
HSL 44.75º 0.78% 0.45% -
HSV(B) 44.75º 0.88% 0.81% -
XYZ 38.2 38.33 6.31 -
YUV 158.36 52.74 161.98 -
System Red Green Blue C M Y K H S L
Decimal 206 160 25 0 0.22 0.88 0.19 44.75 0.78 0.45
Hex CE A0 19 0 16 58 13 2D 4E 2D
Octal 316 240 31 0 26 130 23 55 116 55
Binary 11001110 10100000 11001 0 10110 1011000 10011 101101 1001110 101101

Color Harmonies of #CEA019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA019

Black with #CEA019

Text Example


Text Example

White with #CEA019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA019; }

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

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

background-color css

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

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

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

border-color css

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

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

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