Html Css Color HEX #CED050 Confetti

📋 copy color: '#CED050'

red 206 ◦ green 208 ◦ blue 80

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

Shades of Confetti #CED050

Tints of Confetti #CED050

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.11%

 BLUE value IS 80 (31.64% from 255) = 16.19%

R = 41.7%
G = 42.11%
B = 16.19%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#CED050 (or 0xCED050) is known color: Confetti. HEX triplet: CE, D0 and 50. RGB value is (206,208,80). Sum of RGB (Red+Green+Blue) = 206+208+80=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 208 (81.64% from 255 or 42.11% from 494); Blue value is 80 (31.64% from 255 or 16.19% from 494); Max value from RGB is 208 - color contains mainly: green. Hex color #CED050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED050 is #312FAF. Grayscale: #C1C1C1. Windows color (decimal): -3223472 or 5296334. OLE color: 5296334.

HSL color Cylindrical-coordinate representation of color #CED050: hue angle of 60.94º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CED050 is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 208 80 -
CMYK 0.01 0 0.62 0.18
HSL 60.94º 0.58% 0.56% -
HSV(B) 60.94º 0.62% 0.82% -
XYZ 49.46 58.81 16.33 -
YUV 192.81 64.34 137.41 -
System Red Green Blue C M Y K H S L
Decimal 206 208 80 0.01 0 0.62 0.18 60.94 0.58 0.56
Hex CE D0 50 1 0 3E 12 3D 3A 38
Octal 316 320 120 1 0 76 22 75 72 70
Binary 11001110 11010000 1010000 1 0 111110 10010 111101 111010 111000

Color Harmonies of #CED050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED050

Black with #CED050

Text Example


Text Example

White with #CED050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED050; }

 p { color: rgb(206,208,80); }

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

background-color css

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

 a { background-color: rgb(206,208,80); }

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

border-color css

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

 span { border-color: rgb(206,208,80); }

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