Html Css Color HEX #E1CD40 Confetti

📋 copy color: '#E1CD40'

red 225 ◦ green 205 ◦ blue 64

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

Shades of Confetti #E1CD40

Tints of Confetti #E1CD40

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.5%

 BLUE value IS 64 (25.39% from 255) = 12.96%

R = 45.55%
G = 41.5%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E1CD40 (or 0xE1CD40) is known color: Confetti. HEX triplet: E1, CD and 40. RGB value is (225,205,64). Sum of RGB (Red+Green+Blue) = 225+205+64=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 64 (25.39% from 255 or 12.96% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1CD40 is #1E32BF. Grayscale: #C3C3C3. Windows color (decimal): -1979072 or 4247009. OLE color: 4247009.

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

Color convert

RGB 225 205 64 -
CMYK 0 0.09 0.72 0.12
HSL 52.55º 0.73% 0.57% -
HSV(B) 52.55º 0.72% 0.88% -
XYZ 53.81 60.04 13.6 -
YUV 194.91 54.13 149.46 -
System Red Green Blue C M Y K H S L
Decimal 225 205 64 0 0.09 0.72 0.12 52.55 0.73 0.57
Hex E1 CD 40 0 9 48 C 35 49 39
Octal 341 315 100 0 11 110 14 65 111 71
Binary 11100001 11001101 1000000 0 1001 1001000 1100 110101 1001001 111001

Color Harmonies of #E1CD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CD40

Black with #E1CD40

Text Example


Text Example

White with #E1CD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CD40; }

 p { color: rgb(225,205,64); }

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

background-color css

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

 a { background-color: rgb(225,205,64); }

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

border-color css

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

 span { border-color: rgb(225,205,64); }

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