#CEC954

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

Shades of Confetti #CEC954

Tints of Confetti #CEC954

Color information

#CEC954 (or 0xCEC954) is unknown color: approx Confetti. HEX triplet: CE, C9 and 54. RGB value is (206,201,84). Sum of RGB (Red+Green+Blue) = 206+201+84=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 84 (33.20% from 255 or 17.11% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC954 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC954 is #3136AB. Grayscale: #BDBDBD. Windows color (decimal): -3225260 or 5556686. OLE color: 5556686.

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

Color convert

RGB20620184-
CMYK00.020.590.19
HSL57.54º55.45%56.86%-
HSV(B)57.54º59.22%80.78%-
XYZ47.9455.5416.58-
YUV189.1668.66140.01-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.96%
GREEN value IS 201 (78.91% from 255) = 40.94%
BLUE value IS 84 (33.20% from 255) = 17.11%
R=41.96%
G=40.94%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2062018400.020.590.1957.5455.4556.86
HexCEC954023B133a3739
Octal316311124027323726771
Binary1100111011001001101010001011101110011111010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC954; }

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

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

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

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

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

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

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

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