Html Css Color HEX #E1C74D Confetti

📋 copy color: '#E1C74D'

red 225 ◦ green 199 ◦ blue 77

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

Shades of Confetti #E1C74D

Tints of Confetti #E1C74D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.72%

 BLUE value IS 77 (30.47% from 255) = 15.37%

R = 44.91%
G = 39.72%
B = 15.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E1C74D (or 0xE1C74D) is known color: Confetti. HEX triplet: E1, C7 and 4D. RGB value is (225,199,77). Sum of RGB (Red+Green+Blue) = 225+199+77=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 199 (78.12% from 255 or 39.72% from 501); Blue value is 77 (30.47% from 255 or 15.37% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C74D is #1E38B2. Grayscale: #C1C1C1. Windows color (decimal): -1980595 or 5097441. OLE color: 5097441.

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

Color convert

RGB 225 199 77 -
CMYK 0 0.12 0.66 0.12
HSL 49.46º 0.71% 0.59% -
HSV(B) 49.46º 0.66% 0.88% -
XYZ 52.81 57.39 15.31 -
YUV 192.87 62.61 150.92 -
System Red Green Blue C M Y K H S L
Decimal 225 199 77 0 0.12 0.66 0.12 49.46 0.71 0.59
Hex E1 C7 4D 0 C 42 C 31 47 3B
Octal 341 307 115 0 14 102 14 61 107 73
Binary 11100001 11000111 1001101 0 1100 1000010 1100 110001 1000111 111011

Color Harmonies of #E1C74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C74D

Black with #E1C74D

Text Example


Text Example

White with #E1C74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C74D; }

 p { color: rgb(225,199,77); }

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

background-color css

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

 a { background-color: rgb(225,199,77); }

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

border-color css

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

 span { border-color: rgb(225,199,77); }

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