Html Css Color HEX #E1CF46 Confetti

📋 copy color: '#E1CF46'

red 225 ◦ green 207 ◦ blue 70

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

Shades of Confetti #E1CF46

Tints of Confetti #E1CF46

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.24%

 BLUE value IS 70 (27.73% from 255) = 13.94%

R = 44.82%
G = 41.24%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E1CF46 (or 0xE1CF46) is known color: Confetti. HEX triplet: E1, CF and 46. RGB value is (225,207,70). Sum of RGB (Red+Green+Blue) = 225+207+70=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 70 (27.73% from 255 or 13.94% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CF46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1CF46 is #1E30B9. Grayscale: #C5C5C5. Windows color (decimal): -1978554 or 4640737. OLE color: 4640737.

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

Color convert

RGB 225 207 70 -
CMYK 0 0.08 0.69 0.12
HSL 53.03º 0.72% 0.58% -
HSV(B) 53.03º 0.69% 0.88% -
XYZ 54.47 61.08 14.71 -
YUV 196.76 56.46 148.14 -
System Red Green Blue C M Y K H S L
Decimal 225 207 70 0 0.08 0.69 0.12 53.03 0.72 0.58
Hex E1 CF 46 0 8 45 C 35 48 3A
Octal 341 317 106 0 10 105 14 65 110 72
Binary 11100001 11001111 1000110 0 1000 1000101 1100 110101 1001000 111010

Color Harmonies of #E1CF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CF46

Black with #E1CF46

Text Example


Text Example

White with #E1CF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CF46; }

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

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

background-color css

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

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

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

border-color css

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

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

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