Html Css Color HEX #CEA70E Galliano

📋 copy color: '#CEA70E'

red 206 ◦ green 167 ◦ blue 14

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

Shades of Galliano #CEA70E

Tints of Galliano #CEA70E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.15%

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

R = 53.23%
G = 43.15%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CEA70E (or 0xCEA70E) is known color: Galliano. HEX triplet: CE, A7 and 0E. RGB value is (206,167,14). Sum of RGB (Red+Green+Blue) = 206+167+14=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 167 (65.62% from 255 or 43.15% from 387); Blue value is 14 (5.86% from 255 or 3.62% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA70E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA70E is #3158F1. Grayscale: #A1A1A1. Windows color (decimal): -3234034 or 960462. OLE color: 960462.

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

Color convert

RGB 206 167 14 -
CMYK 0 0.19 0.93 0.19
HSL 47.81º 0.87% 0.43% -
HSV(B) 47.81º 0.93% 0.81% -
XYZ 39.35 40.79 6.21 -
YUV 161.22 44.92 159.94 -
System Red Green Blue C M Y K H S L
Decimal 206 167 14 0 0.19 0.93 0.19 47.81 0.87 0.43
Hex CE A7 E 0 13 5D 13 30 57 2B
Octal 316 247 16 0 23 135 23 60 127 53
Binary 11001110 10100111 1110 0 10011 1011101 10011 110000 1010111 101011

Color Harmonies of #CEA70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA70E

Black with #CEA70E

Text Example


Text Example

White with #CEA70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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