Html Css Color HEX #E1CF50 Confetti

📋 copy color: '#E1CF50'

red 225 ◦ green 207 ◦ blue 80

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

Shades of Confetti #E1CF50

Tints of Confetti #E1CF50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.63%

R = 43.95%
G = 40.43%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E1CF50 (or 0xE1CF50) is known color: Confetti. HEX triplet: E1, CF and 50. RGB value is (225,207,80). Sum of RGB (Red+Green+Blue) = 225+207+80=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 80 (31.64% from 255 or 15.62% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CF50 is #1E30AF. Grayscale: #C6C6C6. Windows color (decimal): -1978544 or 5296097. OLE color: 5296097.

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

Color convert

RGB 225 207 80 -
CMYK 0 0.08 0.64 0.12
HSL 52.55º 0.71% 0.6% -
HSV(B) 52.55º 0.64% 0.88% -
XYZ 54.81 61.21 16.52 -
YUV 197.9 61.46 147.33 -
System Red Green Blue C M Y K H S L
Decimal 225 207 80 0 0.08 0.64 0.12 52.55 0.71 0.6
Hex E1 CF 50 0 8 40 C 35 47 3C
Octal 341 317 120 0 10 100 14 65 107 74
Binary 11100001 11001111 1010000 0 1000 1000000 1100 110101 1000111 111100

Color Harmonies of #E1CF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CF50

Black with #E1CF50

Text Example


Text Example

White with #E1CF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CF50; }

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

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

background-color css

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

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

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

border-color css

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

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

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