#CEC04F

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

Shades of Confetti #CEC04F

Tints of Confetti #CEC04F

Color information

#CEC04F (or 0xCEC04F) is unknown color: approx Confetti. HEX triplet: CE, C0 and 4F. RGB value is (206,192,79). Sum of RGB (Red+Green+Blue) = 206+192+79=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 79 (31.25% from 255 or 16.56% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC04F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC04F is #313FB0. Grayscale: #B7B7B7. Windows color (decimal): -3227569 or 5226702. OLE color: 5226702.

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

Color convert

RGB20619279-
CMYK00.070.620.19
HSL53.39º56.44%55.88%-
HSV(B)53.39º61.65%80.78%-
XYZ45.7151.3914.91-
YUV183.369.14144.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.19%
GREEN value IS 192 (75.39% from 255) = 40.25%
BLUE value IS 79 (31.25% from 255) = 16.56%
R=43.19%
G=40.25%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.62
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061927900.070.620.1953.3956.4455.88
HexCEC04F073E13353838
Octal316300117077623657070
Binary11001110110000001001111011111111010011110101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC04F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC04F; }

 p { color: rgb(206,192,79); }

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

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

 a { background-color: rgb(206,192,79); }

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

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

 span { border-color: rgb(206,192,79); }

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