#CEBE54

Color #CEBE54 Tacha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tacha #CEBE54

Tints of Tacha #CEBE54

Color information

#CEBE54 (or 0xCEBE54) is unknown color: approx Tacha. HEX triplet: CE, BE and 54. RGB value is (206,190,84). Sum of RGB (Red+Green+Blue) = 206+190+84=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 190 (74.61% from 255 or 39.58% from 480); Blue value is 84 (33.20% from 255 or 17.5% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBE54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBE54 is #3141AB. Grayscale: #B7B7B7. Windows color (decimal): -3228076 or 5553870. OLE color: 5553870.

HSL color Cylindrical-coordinate representation of color #CEBE54: hue angle of 52.13º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CEBE54 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB20619084-
CMYK00.080.590.19
HSL52.13º55.45%56.86%-
HSV(B)52.13º59.22%80.78%-
XYZ45.4750.5915.76-
YUV182.772.3144.62-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.92%
GREEN value IS 190 (74.61% from 255) = 39.58%
BLUE value IS 84 (33.20% from 255) = 17.5%
R=42.92%
G=39.58%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061908400.080.590.1952.1355.4556.86
HexCEBE54083B13343739
Octal3162761240107323646771
Binary110011101011111010101000100011101110011110100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBE54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBE54; }

 p { color: rgb(206,190,84); }

 H1.HeaderClassName
 {
   color: #CEBE54;
 }
 .AnyTagClassName
 {
   color: #CEBE54;
 }
</style>
background-color css

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

 a { background-color: rgb(206,190,84); }

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

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

 span { border-color: rgb(206,190,84); }

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