Html Css Color HEX #E1CF48 Confetti

📋 copy color: '#E1CF48'

red 225 ◦ green 207 ◦ blue 72

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

Shades of Confetti #E1CF48

Tints of Confetti #E1CF48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.29%

R = 44.64%
G = 41.07%
B = 14.29%

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

#E1CF48 (or 0xE1CF48) is known color: Confetti. HEX triplet: E1, CF and 48. RGB value is (225,207,72). Sum of RGB (Red+Green+Blue) = 225+207+72=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 72 (28.52% from 255 or 14.29% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CF48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1CF48 is #1E30B7. Grayscale: #C5C5C5. Windows color (decimal): -1978552 or 4771809. OLE color: 4771809.

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

Color convert

RGB 225 207 72 -
CMYK 0 0.08 0.68 0.12
HSL 52.94º 0.72% 0.58% -
HSV(B) 52.94º 0.68% 0.88% -
XYZ 54.53 61.1 15.05 -
YUV 196.99 57.46 147.98 -
System Red Green Blue C M Y K H S L
Decimal 225 207 72 0 0.08 0.68 0.12 52.94 0.72 0.58
Hex E1 CF 48 0 8 44 C 35 48 3A
Octal 341 317 110 0 10 104 14 65 110 72
Binary 11100001 11001111 1001000 0 1000 1000100 1100 110101 1001000 111010

Color Harmonies of #E1CF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CF48

Black with #E1CF48

Text Example


Text Example

White with #E1CF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CF48; }

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

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

background-color css

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

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

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

border-color css

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

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

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