Html Css Color HEX #CEA41F Galliano

📋 copy color: '#CEA41F'

red 206 ◦ green 164 ◦ blue 31

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

Shades of Galliano #CEA41F

Tints of Galliano #CEA41F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.73%

R = 51.37%
G = 40.9%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CEA41F (or 0xCEA41F) is known color: Galliano. HEX triplet: CE, A4 and 1F. RGB value is (206,164,31). Sum of RGB (Red+Green+Blue) = 206+164+31=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 31 (12.5% from 255 or 7.73% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA41F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA41F is #315BE0. Grayscale: #A1A1A1. Windows color (decimal): -3234785 or 2073806. OLE color: 2073806.

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

Color convert

RGB 206 164 31 -
CMYK 0 0.20 0.85 0.19
HSL 45.6º 0.74% 0.46% -
HSV(B) 45.6º 0.85% 0.81% -
XYZ 38.98 39.77 6.92 -
YUV 161.4 54.41 159.81 -
System Red Green Blue C M Y K H S L
Decimal 206 164 31 0 0.20 0.85 0.19 45.6 0.74 0.46
Hex CE A4 1F 0 14 55 13 2E 4A 2E
Octal 316 244 37 0 24 125 23 56 112 56
Binary 11001110 10100100 11111 0 10100 1010101 10011 101110 1001010 101110

Color Harmonies of #CEA41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA41F

Black with #CEA41F

Text Example


Text Example

White with #CEA41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA41F; }

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

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

background-color css

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

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

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

border-color css

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

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

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