Html Css Color HEX #E1CE47 Confetti

📋 copy color: '#E1CE47'

red 225 ◦ green 206 ◦ blue 71

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

Shades of Confetti #E1CE47

Tints of Confetti #E1CE47

RGB

 RED value IS 225 (88.28% from 255) = 44.82%

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

 BLUE value IS 71 (28.13% from 255) = 14.14%

R = 44.82%
G = 41.04%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E1CE47 (or 0xE1CE47) is known color: Confetti. HEX triplet: E1, CE and 47. RGB value is (225,206,71). Sum of RGB (Red+Green+Blue) = 225+206+71=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 71 (28.12% from 255 or 14.14% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CE47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1CE47 is #1E31B8. Grayscale: #C4C4C4. Windows color (decimal): -1978809 or 4706017. OLE color: 4706017.

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

Color convert

RGB 225 206 71 -
CMYK 0 0.08 0.68 0.12
HSL 52.6º 0.72% 0.58% -
HSV(B) 52.6º 0.68% 0.88% -
XYZ 54.26 60.61 14.8 -
YUV 196.29 57.29 148.48 -
System Red Green Blue C M Y K H S L
Decimal 225 206 71 0 0.08 0.68 0.12 52.6 0.72 0.58
Hex E1 CE 47 0 8 44 C 35 48 3A
Octal 341 316 107 0 10 104 14 65 110 72
Binary 11100001 11001110 1000111 0 1000 1000100 1100 110101 1001000 111010

Color Harmonies of #E1CE47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CE47

Black with #E1CE47

Text Example


Text Example

White with #E1CE47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CE47; }

 p { color: rgb(225,206,71); }

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

background-color css

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

 a { background-color: rgb(225,206,71); }

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

border-color css

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

 span { border-color: rgb(225,206,71); }

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