#cec254

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

Shades of Tacha #CEC254

Tints of Tacha #CEC254

Color information

#CEC254 (or 0xCEC254) is unknown color: approx Tacha. HEX triplet: CE, C2 and 54. RGB value is (206,194,84). Sum of RGB (Red+Green+Blue) = 206+194+84=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 84 (33.20% from 255 or 17.36% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC254 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC254 is #313DAB. Grayscale: #B9B9B9. Windows color (decimal): -3227052 or 5554894. OLE color: 5554894.

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

Color convert

RGB20619484-
CMYK00.060.590.19
HSL54.1º55.45%56.86%-
HSV(B)54.1º59.22%80.78%-
XYZ46.3552.3516.05-
YUV185.0570.98142.94-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.56%
GREEN value IS 194 (76.17% from 255) = 40.08%
BLUE value IS 84 (33.20% from 255) = 17.36%
R=42.56%
G=40.08%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061948400.060.590.1954.155.4556.86
HexCEC254063B13363739
Octal316302124067323666771
Binary11001110110000101010100011011101110011110110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cec254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cec254; }

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

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

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

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

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

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

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

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