Html Css Color HEX #CECD4E Confetti

📋 copy color: '#CECD4E'

red 206 ◦ green 205 ◦ blue 78

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

Shades of Confetti #CECD4E

Tints of Confetti #CECD4E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.92%

 BLUE value IS 78 (30.86% from 255) = 15.95%

R = 42.13%
G = 41.92%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CECD4E (or 0xCECD4E) is known color: Confetti. HEX triplet: CE, CD and 4E. RGB value is (206,205,78). Sum of RGB (Red+Green+Blue) = 206+205+78=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 78 (30.86% from 255 or 15.95% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECD4E is #3132B1. Grayscale: #BFBFBF. Windows color (decimal): -3224242 or 5164494. OLE color: 5164494.

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

Color convert

RGB 206 205 78 -
CMYK 0 0.00 0.62 0.19
HSL 59.53º 0.57% 0.56% -
HSV(B) 59.53º 0.62% 0.81% -
XYZ 48.66 57.33 15.71 -
YUV 190.82 64.33 138.83 -
System Red Green Blue C M Y K H S L
Decimal 206 205 78 0 0.00 0.62 0.19 59.53 0.57 0.56
Hex CE CD 4E 0 0 3E 13 3C 39 38
Octal 316 315 116 0 0 76 23 74 71 70
Binary 11001110 11001101 1001110 0 0 111110 10011 111100 111001 111000

Color Harmonies of #CECD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECD4E

Black with #CECD4E

Text Example


Text Example

White with #CECD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECD4E; }

 p { color: rgb(206,205,78); }

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

background-color css

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

 a { background-color: rgb(206,205,78); }

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

border-color css

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

 span { border-color: rgb(206,205,78); }

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