#E1CF4B

Color #E1CF4B Confetti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Confetti #E1CF4B

Tints of Confetti #E1CF4B

Color information

#E1CF4B (or 0xE1CF4B) is unknown color: approx Confetti. HEX triplet: E1, CF and 4B. RGB value is (225,207,75). Sum of RGB (Red+Green+Blue) = 225+207+75=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 75 (29.69% from 255 or 14.79% from 507); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CF4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1CF4B is #1E30B4. Grayscale: #C5C5C5. Windows color (decimal): -1978549 or 4968417. OLE color: 4968417.

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

Color convert

RGB22520775-
CMYK00.080.670.12
HSL52.8º71.43%58.82%-
HSV(B)52.8º66.67%88.24%-
XYZ54.6361.1415.58-
YUV197.3358.96147.73-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.38%
GREEN value IS 207 (81.25% from 255) = 40.83%
BLUE value IS 75 (29.69% from 255) = 14.79%
R=44.38%
G=40.83%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252077500.080.670.1252.871.4358.82
HexE1CF4B0843C35473b
Octal341317113010103146510773
Binary1110000111001111100101101000100001111001101011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CF4B; }

 p { color: rgb(225,207,75); }

 H1.HeaderClassName
 {
   color: #E1CF4B;
 }
 .AnyTagClassName
 {
   color: #E1CF4B;
 }
</style>
background-color css

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

 a { background-color: rgb(225,207,75); }

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

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

 span { border-color: rgb(225,207,75); }

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