Html Css Color HEX #CEC14C Confetti

📋 copy color: '#CEC14C'

red 206 ◦ green 193 ◦ blue 76

#CEC14C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Confetti #CEC14C

Tints of Confetti #CEC14C

RGB

 RED value IS 206 (80.86% from 255) = 43.37%

 GREEN value IS 193 (75.78% from 255) = 40.63%

 BLUE value IS 76 (30.08% from 255) = 16%

R = 43.37%
G = 40.63%
B = 16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CEC14C (or 0xCEC14C) is known color: Confetti. HEX triplet: CE, C1 and 4C. RGB value is (206,193,76). Sum of RGB (Red+Green+Blue) = 206+193+76=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 76 (30.08% from 255 or 16% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC14C is #313EB3. Grayscale: #B8B8B8. Windows color (decimal): -3227316 or 5030350. OLE color: 5030350.

HSL color Cylindrical-coordinate representation of color #CEC14C: hue angle of 54º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CEC14C is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 193 76 -
CMYK 0 0.06 0.63 0.19
HSL 54º 0.57% 0.55% -
HSV(B) 54º 0.63% 0.81% -
XYZ 45.83 51.78 14.42 -
YUV 183.55 67.31 144.01 -
System Red Green Blue C M Y K H S L
Decimal 206 193 76 0 0.06 0.63 0.19 54 0.57 0.55
Hex CE C1 4C 0 6 3F 13 36 39 37
Octal 316 301 114 0 6 77 23 66 71 67
Binary 11001110 11000001 1001100 0 110 111111 10011 110110 111001 110111

Color Harmonies of #CEC14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC14C

Black with #CEC14C

Text Example


Text Example

White with #CEC14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC14C; }

 p { color: rgb(206,193,76); }

 H1.HeaderClassName
 {
   color: #CEC14C;
 }
 .AnyTagClassName
 {
   color: #CEC14C;
 }
</style>

background-color css

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

 a { background-color: rgb(206,193,76); }

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

border-color css

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

 span { border-color: rgb(206,193,76); }

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