Html Css Color HEX #CEA81E Galliano

📋 copy color: '#CEA81E'

red 206 ◦ green 168 ◦ blue 30

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

Shades of Galliano #CEA81E

Tints of Galliano #CEA81E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.58%

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

R = 50.99%
G = 41.58%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CEA81E (or 0xCEA81E) is known color: Galliano. HEX triplet: CE, A8 and 1E. RGB value is (206,168,30). Sum of RGB (Red+Green+Blue) = 206+168+30=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 30 (12.11% from 255 or 7.43% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA81E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA81E is #3157E1. Grayscale: #A4A4A4. Windows color (decimal): -3233762 or 2009294. OLE color: 2009294.

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

Color convert

RGB 206 168 30 -
CMYK 0 0.18 0.85 0.19
HSL 47.05º 0.75% 0.46% -
HSV(B) 47.05º 0.85% 0.81% -
XYZ 39.69 41.22 7.09 -
YUV 163.63 52.59 158.22 -
System Red Green Blue C M Y K H S L
Decimal 206 168 30 0 0.18 0.85 0.19 47.05 0.75 0.46
Hex CE A8 1E 0 12 55 13 2F 4B 2E
Octal 316 250 36 0 22 125 23 57 113 56
Binary 11001110 10101000 11110 0 10010 1010101 10011 101111 1001011 101110

Color Harmonies of #CEA81E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA81E

Black with #CEA81E

Text Example


Text Example

White with #CEA81E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA81E; }

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

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

background-color css

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

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

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

border-color css

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

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

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