Html Css Color HEX #CEA51A Galliano

📋 copy color: '#CEA51A'

red 206 ◦ green 165 ◦ blue 26

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

Shades of Galliano #CEA51A

Tints of Galliano #CEA51A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.56%

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

R = 51.89%
G = 41.56%
B = 6.55%

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

#CEA51A (or 0xCEA51A) is known color: Galliano. HEX triplet: CE, A5 and 1A. RGB value is (206,165,26). Sum of RGB (Red+Green+Blue) = 206+165+26=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 26 (10.55% from 255 or 6.55% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA51A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA51A is #315AE5. Grayscale: #A2A2A2. Windows color (decimal): -3234534 or 1746382. OLE color: 1746382.

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

Color convert

RGB 206 165 26 -
CMYK 0 0.20 0.87 0.19
HSL 46.33º 0.78% 0.45% -
HSV(B) 46.33º 0.87% 0.81% -
XYZ 39.1 40.11 6.66 -
YUV 161.41 51.58 159.8 -
System Red Green Blue C M Y K H S L
Decimal 206 165 26 0 0.20 0.87 0.19 46.33 0.78 0.45
Hex CE A5 1A 0 14 57 13 2E 4E 2D
Octal 316 245 32 0 24 127 23 56 116 55
Binary 11001110 10100101 11010 0 10100 1010111 10011 101110 1001110 101101

Color Harmonies of #CEA51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA51A

Black with #CEA51A

Text Example


Text Example

White with #CEA51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA51A; }

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

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

background-color css

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

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

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

border-color css

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

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

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