Html Css Color HEX #CEA90E Galliano

📋 copy color: '#CEA90E'

red 206 ◦ green 169 ◦ blue 14

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

Shades of Galliano #CEA90E

Tints of Galliano #CEA90E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43.44%

 BLUE value IS 14 (5.86% from 255) = 3.6%

R = 52.96%
G = 43.44%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CEA90E (or 0xCEA90E) is known color: Galliano. HEX triplet: CE, A9 and 0E. RGB value is (206,169,14). Sum of RGB (Red+Green+Blue) = 206+169+14=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 169 (66.41% from 255 or 43.44% from 389); Blue value is 14 (5.86% from 255 or 3.60% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA90E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA90E is #3156F1. Grayscale: #A3A3A3. Windows color (decimal): -3233522 or 960974. OLE color: 960974.

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

Color convert

RGB 206 169 14 -
CMYK 0 0.18 0.93 0.19
HSL 48.44º 0.87% 0.43% -
HSV(B) 48.44º 0.93% 0.81% -
XYZ 39.72 41.53 6.34 -
YUV 162.39 44.26 159.1 -
System Red Green Blue C M Y K H S L
Decimal 206 169 14 0 0.18 0.93 0.19 48.44 0.87 0.43
Hex CE A9 E 0 12 5D 13 30 57 2B
Octal 316 251 16 0 22 135 23 60 127 53
Binary 11001110 10101001 1110 0 10010 1011101 10011 110000 1010111 101011

Color Harmonies of #CEA90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA90E

Black with #CEA90E

Text Example


Text Example

White with #CEA90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA90E; }

 p { color: rgb(206,169,14); }

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

background-color css

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

 a { background-color: rgb(206,169,14); }

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

border-color css

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

 span { border-color: rgb(206,169,14); }

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