Html Css Color HEX #CEA41A Galliano

📋 copy color: '#CEA41A'

red 206 ◦ green 164 ◦ blue 26

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

Shades of Galliano #CEA41A

Tints of Galliano #CEA41A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.41%

 BLUE value IS 26 (10.55% from 255) = 6.57%

R = 52.02%
G = 41.41%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CEA41A (or 0xCEA41A) is known color: Galliano. HEX triplet: CE, A4 and 1A. RGB value is (206,164,26). Sum of RGB (Red+Green+Blue) = 206+164+26=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 164 (64.45% from 255 or 41.41% from 396); Blue value is 26 (10.55% from 255 or 6.57% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA41A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA41A is #315BE5. Grayscale: #A1A1A1. Windows color (decimal): -3234790 or 1746126. OLE color: 1746126.

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

Color convert

RGB 206 164 26 -
CMYK 0 0.20 0.87 0.19
HSL 46º 0.78% 0.45% -
HSV(B) 46º 0.87% 0.81% -
XYZ 38.92 39.75 6.6 -
YUV 160.83 51.91 160.22 -
System Red Green Blue C M Y K H S L
Decimal 206 164 26 0 0.20 0.87 0.19 46 0.78 0.45
Hex CE A4 1A 0 14 57 13 2E 4E 2D
Octal 316 244 32 0 24 127 23 56 116 55
Binary 11001110 10100100 11010 0 10100 1010111 10011 101110 1001110 101101

Color Harmonies of #CEA41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA41A

Black with #CEA41A

Text Example


Text Example

White with #CEA41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA41A; }

 p { color: rgb(206,164,26); }

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

background-color css

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

 a { background-color: rgb(206,164,26); }

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

border-color css

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

 span { border-color: rgb(206,164,26); }

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