Html Css Color HEX #E1CF44 Confetti

📋 copy color: '#E1CF44'

red 225 ◦ green 207 ◦ blue 68

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

Shades of Confetti #E1CF44

Tints of Confetti #E1CF44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.6%

R = 45%
G = 41.4%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E1CF44 (or 0xE1CF44) is known color: Confetti. HEX triplet: E1, CF and 44. RGB value is (225,207,68). Sum of RGB (Red+Green+Blue) = 225+207+68=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 68 (26.95% from 255 or 13.6% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CF44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1CF44 is #1E30BB. Grayscale: #C5C5C5. Windows color (decimal): -1978556 or 4509665. OLE color: 4509665.

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

Color convert

RGB 225 207 68 -
CMYK 0 0.08 0.70 0.12
HSL 53.12º 0.72% 0.57% -
HSV(B) 53.12º 0.7% 0.88% -
XYZ 54.41 61.05 14.39 -
YUV 196.54 55.46 148.3 -
System Red Green Blue C M Y K H S L
Decimal 225 207 68 0 0.08 0.70 0.12 53.12 0.72 0.57
Hex E1 CF 44 0 8 46 C 35 48 39
Octal 341 317 104 0 10 106 14 65 110 71
Binary 11100001 11001111 1000100 0 1000 1000110 1100 110101 1001000 111001

Color Harmonies of #E1CF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CF44

Black with #E1CF44

Text Example


Text Example

White with #E1CF44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CF44; }

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

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

background-color css

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

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

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

border-color css

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

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

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