Html Css Color HEX #CEA31E Galliano

📋 copy color: '#CEA31E'

red 206 ◦ green 163 ◦ blue 30

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

Shades of Galliano #CEA31E

Tints of Galliano #CEA31E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.85%

 BLUE value IS 30 (12.11% from 255) = 7.52%

R = 51.63%
G = 40.85%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CEA31E (or 0xCEA31E) is known color: Galliano. HEX triplet: CE, A3 and 1E. RGB value is (206,163,30). Sum of RGB (Red+Green+Blue) = 206+163+30=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 30 (12.11% from 255 or 7.52% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA31E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA31E is #315CE1. Grayscale: #A1A1A1. Windows color (decimal): -3235042 or 2008014. OLE color: 2008014.

HSL color Cylindrical-coordinate representation of color #CEA31E: hue angle of 45.34º degrees, saturation: 0.75, 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 #CEA31E is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 163 30 -
CMYK 0 0.21 0.85 0.19
HSL 45.34º 0.75% 0.46% -
HSV(B) 45.34º 0.85% 0.81% -
XYZ 38.79 39.41 6.79 -
YUV 160.7 54.25 160.31 -
System Red Green Blue C M Y K H S L
Decimal 206 163 30 0 0.21 0.85 0.19 45.34 0.75 0.46
Hex CE A3 1E 0 15 55 13 2D 4B 2E
Octal 316 243 36 0 25 125 23 55 113 56
Binary 11001110 10100011 11110 0 10101 1010101 10011 101101 1001011 101110

Color Harmonies of #CEA31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA31E

Black with #CEA31E

Text Example


Text Example

White with #CEA31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA31E; }

 p { color: rgb(206,163,30); }

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

background-color css

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

 a { background-color: rgb(206,163,30); }

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

border-color css

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

 span { border-color: rgb(206,163,30); }

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