Html Css Color HEX #E5D042 Confetti

📋 copy color: '#E5D042'

red 229 ◦ green 208 ◦ blue 66

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

Shades of Confetti #E5D042

Tints of Confetti #E5D042

RGB

 RED value IS 229 (89.84% from 255) = 45.53%

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

 BLUE value IS 66 (26.17% from 255) = 13.12%

R = 45.53%
G = 41.35%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#E5D042 (or 0xE5D042) is known color: Confetti. HEX triplet: E5, D0 and 42. RGB value is (229,208,66). Sum of RGB (Red+Green+Blue) = 229+208+66=503 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.53% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 66 (26.17% from 255 or 13.12% from 503); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D042 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D042 is #1A2FBD. Grayscale: #C6C6C6. Windows color (decimal): -1716158 or 4378853. OLE color: 4378853.

HSL color Cylindrical-coordinate representation of color #E5D042: hue angle of 52.27º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E5D042 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 208 66 -
CMYK 0 0.09 0.71 0.10
HSL 52.27º 0.76% 0.58% -
HSV(B) 52.27º 0.71% 0.9% -
XYZ 55.85 62.16 14.21 -
YUV 198.09 53.46 150.05 -
System Red Green Blue C M Y K H S L
Decimal 229 208 66 0 0.09 0.71 0.10 52.27 0.76 0.58
Hex E5 D0 42 0 9 47 A 34 4C 3A
Octal 345 320 102 0 11 107 12 64 114 72
Binary 11100101 11010000 1000010 0 1001 1000111 1010 110100 1001100 111010

Color Harmonies of #E5D042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D042

Black with #E5D042

Text Example


Text Example

White with #E5D042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D042; }

 p { color: rgb(229,208,66); }

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

background-color css

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

 a { background-color: rgb(229,208,66); }

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

border-color css

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

 span { border-color: rgb(229,208,66); }

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