Html Css Color HEX #E0CE42 Confetti

📋 copy color: '#E0CE42'

red 224 ◦ green 206 ◦ blue 66

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

Shades of Confetti #E0CE42

Tints of Confetti #E0CE42

RGB

 RED value IS 224 (87.89% from 255) = 45.16%

 GREEN value IS 206 (80.86% from 255) = 41.53%

 BLUE value IS 66 (26.17% from 255) = 13.31%

R = 45.16%
G = 41.53%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E0CE42 (or 0xE0CE42) is known color: Confetti. HEX triplet: E0, CE and 42. RGB value is (224,206,66). Sum of RGB (Red+Green+Blue) = 224+206+66=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 66 (26.17% from 255 or 13.31% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CE42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0CE42 is #1F31BD. Grayscale: #C4C4C4. Windows color (decimal): -2044350 or 4378336. OLE color: 4378336.

HSL color Cylindrical-coordinate representation of color #E0CE42: hue angle of 53.16º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E0CE42 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 206 66 -
CMYK 0 0.08 0.71 0.12
HSL 53.16º 0.72% 0.57% -
HSV(B) 53.16º 0.71% 0.88% -
XYZ 53.8 60.38 13.97 -
YUV 195.42 54.96 148.38 -
System Red Green Blue C M Y K H S L
Decimal 224 206 66 0 0.08 0.71 0.12 53.16 0.72 0.57
Hex E0 CE 42 0 8 47 C 35 48 39
Octal 340 316 102 0 10 107 14 65 110 71
Binary 11100000 11001110 1000010 0 1000 1000111 1100 110101 1001000 111001

Color Harmonies of #E0CE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CE42

Black with #E0CE42

Text Example


Text Example

White with #E0CE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CE42; }

 p { color: rgb(224,206,66); }

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

background-color css

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

 a { background-color: rgb(224,206,66); }

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

border-color css

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

 span { border-color: rgb(224,206,66); }

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