Html Css Color HEX #E1D03E Confetti

📋 copy color: '#E1D03E'

red 225 ◦ green 208 ◦ blue 62

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

Shades of Confetti #E1D03E

Tints of Confetti #E1D03E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.02%

 BLUE value IS 62 (24.61% from 255) = 12.53%

R = 45.45%
G = 42.02%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E1D03E (or 0xE1D03E) is known color: Confetti. HEX triplet: E1, D0 and 3E. RGB value is (225,208,62). Sum of RGB (Red+Green+Blue) = 225+208+62=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 62 (24.61% from 255 or 12.53% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D03E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D03E is #1E2FC1. Grayscale: #C5C5C5. Windows color (decimal): -1978306 or 4116705. OLE color: 4116705.

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

Color convert

RGB 225 208 62 -
CMYK 0 0.08 0.72 0.12
HSL 53.74º 0.73% 0.56% -
HSV(B) 53.74º 0.72% 0.88% -
XYZ 54.48 61.47 13.55 -
YUV 196.44 52.13 148.37 -
System Red Green Blue C M Y K H S L
Decimal 225 208 62 0 0.08 0.72 0.12 53.74 0.73 0.56
Hex E1 D0 3E 0 8 48 C 36 49 38
Octal 341 320 76 0 10 110 14 66 111 70
Binary 11100001 11010000 111110 0 1000 1001000 1100 110110 1001001 111000

Color Harmonies of #E1D03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D03E

Black with #E1D03E

Text Example


Text Example

White with #E1D03E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D03E; }

 p { color: rgb(225,208,62); }

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

background-color css

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

 a { background-color: rgb(225,208,62); }

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

border-color css

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

 span { border-color: rgb(225,208,62); }

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