Html Css Color HEX #E1CF41 Confetti

📋 copy color: '#E1CF41'

red 225 ◦ green 207 ◦ blue 65

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

Shades of Confetti #E1CF41

Tints of Confetti #E1CF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.08%

R = 45.27%
G = 41.65%
B = 13.08%

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

#E1CF41 (or 0xE1CF41) is known color: Confetti. HEX triplet: E1, CF and 41. RGB value is (225,207,65). Sum of RGB (Red+Green+Blue) = 225+207+65=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 65 (25.78% from 255 or 13.08% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CF41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1CF41 is #1E30BE. Grayscale: #C4C4C4. Windows color (decimal): -1978559 or 4313057. OLE color: 4313057.

HSL color Cylindrical-coordinate representation of color #E1CF41: hue angle of 53.25º degrees, saturation: 0.73, 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 #E1CF41 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 207 65 -
CMYK 0 0.08 0.71 0.12
HSL 53.25º 0.73% 0.57% -
HSV(B) 53.25º 0.71% 0.88% -
XYZ 54.32 61.01 13.92 -
YUV 196.19 53.96 148.55 -
System Red Green Blue C M Y K H S L
Decimal 225 207 65 0 0.08 0.71 0.12 53.25 0.73 0.57
Hex E1 CF 41 0 8 47 C 35 49 39
Octal 341 317 101 0 10 107 14 65 111 71
Binary 11100001 11001111 1000001 0 1000 1000111 1100 110101 1001001 111001

Color Harmonies of #E1CF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CF41

Black with #E1CF41

Text Example


Text Example

White with #E1CF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CF41; }

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

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

background-color css

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

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

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

border-color css

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

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

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