#CEC24F

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

Shades of Confetti #CEC24F

Tints of Confetti #CEC24F

Color information

#CEC24F (or 0xCEC24F) is unknown color: approx Confetti. HEX triplet: CE, C2 and 4F. RGB value is (206,194,79). Sum of RGB (Red+Green+Blue) = 206+194+79=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 79 (31.25% from 255 or 16.49% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC24F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC24F is #313DB0. Grayscale: #B8B8B8. Windows color (decimal): -3227057 or 5227214. OLE color: 5227214.

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

Color convert

RGB20619479-
CMYK00.060.620.19
HSL54.33º56.44%55.88%-
HSV(B)54.33º61.65%80.78%-
XYZ46.1652.2715.05-
YUV184.4868.48143.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.01%
GREEN value IS 194 (76.17% from 255) = 40.50%
BLUE value IS 79 (31.25% from 255) = 16.49%
R=43.01%
G=40.50%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.62
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061947900.060.620.1954.3356.4455.88
HexCEC24F063E13363838
Octal316302117067623667070
Binary11001110110000101001111011011111010011110110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC24F; }

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

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

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

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

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

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

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

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