Html Css Color HEX #E1CF4D Confetti

📋 copy color: '#E1CF4D'

red 225 ◦ green 207 ◦ blue 77

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

Shades of Confetti #E1CF4D

Tints of Confetti #E1CF4D

RGB

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

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

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

R = 44.2%
G = 40.67%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E1CF4D (or 0xE1CF4D) is known color: Confetti. HEX triplet: E1, CF and 4D. RGB value is (225,207,77). Sum of RGB (Red+Green+Blue) = 225+207+77=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 77 (30.47% from 255 or 15.13% from 509); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CF4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CF4D is #1E30B2. Grayscale: #C6C6C6. Windows color (decimal): -1978547 or 5099489. OLE color: 5099489.

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

Color convert

RGB 225 207 77 -
CMYK 0 0.08 0.66 0.12
HSL 52.7º 0.71% 0.59% -
HSV(B) 52.7º 0.66% 0.88% -
XYZ 54.7 61.17 15.94 -
YUV 197.56 59.96 147.57 -
System Red Green Blue C M Y K H S L
Decimal 225 207 77 0 0.08 0.66 0.12 52.7 0.71 0.59
Hex E1 CF 4D 0 8 42 C 35 47 3B
Octal 341 317 115 0 10 102 14 65 107 73
Binary 11100001 11001111 1001101 0 1000 1000010 1100 110101 1000111 111011

Color Harmonies of #E1CF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CF4D

Black with #E1CF4D

Text Example


Text Example

White with #E1CF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CF4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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