#CECB54

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

Shades of Confetti #CECB54

Tints of Confetti #CECB54

Color information

#CECB54 (or 0xCECB54) is unknown color: approx Confetti. HEX triplet: CE, CB and 54. RGB value is (206,203,84). Sum of RGB (Red+Green+Blue) = 206+203+84=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 84 (33.20% from 255 or 17.04% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECB54 is #3134AB. Grayscale: #BEBEBE. Windows color (decimal): -3224748 or 5557198. OLE color: 5557198.

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

Color convert

RGB20620384-
CMYK00.010.590.19
HSL58.52º55.45%56.86%-
HSV(B)58.52º59.22%80.78%-
XYZ48.4156.4716.74-
YUV190.3367.99139.18-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.78%
GREEN value IS 203 (79.69% from 255) = 41.18%
BLUE value IS 84 (33.20% from 255) = 17.04%
R=41.78%
G=41.18%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2062038400.010.590.1958.5255.4556.86
HexCECB54013B133b3739
Octal316313124017323736771
Binary110011101100101110101000111101110011111011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECB54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECB54; }

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

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

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

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

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

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

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

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