Html Css Color HEX #CED051 Confetti

📋 copy color: '#CED051'

red 206 ◦ green 208 ◦ blue 81

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

Shades of Confetti #CED051

Tints of Confetti #CED051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.36%

R = 41.62%
G = 42.02%
B = 16.36%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#CED051 (or 0xCED051) is known color: Confetti. HEX triplet: CE, D0 and 51. RGB value is (206,208,81). Sum of RGB (Red+Green+Blue) = 206+208+81=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 81 (32.03% from 255 or 16.36% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #CED051 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED051 is #312FAE. Grayscale: #C1C1C1. Windows color (decimal): -3223471 or 5361870. OLE color: 5361870.

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

Color convert

RGB 206 208 81 -
CMYK 0.01 0 0.61 0.18
HSL 60.94º 0.57% 0.57% -
HSV(B) 60.94º 0.61% 0.82% -
XYZ 49.49 58.83 16.53 -
YUV 192.92 64.84 137.33 -
System Red Green Blue C M Y K H S L
Decimal 206 208 81 0.01 0 0.61 0.18 60.94 0.57 0.57
Hex CE D0 51 1 0 3D 12 3D 39 39
Octal 316 320 121 1 0 75 22 75 71 71
Binary 11001110 11010000 1010001 1 0 111101 10010 111101 111001 111001

Color Harmonies of #CED051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED051

Black with #CED051

Text Example


Text Example

White with #CED051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED051; }

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

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

background-color css

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

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

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

border-color css

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

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

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