Html Css Color HEX #CEA70B Galliano

📋 copy color: '#CEA70B'

red 206 ◦ green 167 ◦ blue 11

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

Shades of Galliano #CEA70B

Tints of Galliano #CEA70B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.86%

R = 53.65%
G = 43.49%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CEA70B (or 0xCEA70B) is known color: Galliano. HEX triplet: CE, A7 and 0B. RGB value is (206,167,11). Sum of RGB (Red+Green+Blue) = 206+167+11=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 167 (65.62% from 255 or 43.49% from 384); Blue value is 11 (4.69% from 255 or 2.86% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA70B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA70B is #3158F4. Grayscale: #A1A1A1. Windows color (decimal): -3234037 or 763854. OLE color: 763854.

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

Color convert

RGB 206 167 11 -
CMYK 0 0.19 0.95 0.19
HSL 48º 0.9% 0.43% -
HSV(B) 48º 0.95% 0.81% -
XYZ 39.33 40.78 6.12 -
YUV 160.88 43.42 160.18 -
System Red Green Blue C M Y K H S L
Decimal 206 167 11 0 0.19 0.95 0.19 48 0.9 0.43
Hex CE A7 B 0 13 5F 13 30 5A 2B
Octal 316 247 13 0 23 137 23 60 132 53
Binary 11001110 10100111 1011 0 10011 1011111 10011 110000 1011010 101011

Color Harmonies of #CEA70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA70B

Black with #CEA70B

Text Example


Text Example

White with #CEA70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA70B; }

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

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

background-color css

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

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

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

border-color css

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

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

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