Html Css Color HEX #E5C941 Confetti

📋 copy color: '#E5C941'

red 229 ◦ green 201 ◦ blue 65

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

Shades of Confetti #E5C941

Tints of Confetti #E5C941

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.61%

 BLUE value IS 65 (25.78% from 255) = 13.13%

R = 46.26%
G = 40.61%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E5C941 (or 0xE5C941) is known color: Confetti. HEX triplet: E5, C9 and 41. RGB value is (229,201,65). Sum of RGB (Red+Green+Blue) = 229+201+65=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 65 (25.78% from 255 or 13.13% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C941 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C941 is #1A36BE. Grayscale: #C2C2C2. Windows color (decimal): -1717951 or 4311525. OLE color: 4311525.

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

Color convert

RGB 229 201 65 -
CMYK 0 0.12 0.72 0.10
HSL 49.76º 0.76% 0.58% -
HSV(B) 49.76º 0.72% 0.9% -
XYZ 54.15 58.81 13.5 -
YUV 193.87 55.28 153.06 -
System Red Green Blue C M Y K H S L
Decimal 229 201 65 0 0.12 0.72 0.10 49.76 0.76 0.58
Hex E5 C9 41 0 C 48 A 32 4C 3A
Octal 345 311 101 0 14 110 12 62 114 72
Binary 11100101 11001001 1000001 0 1100 1001000 1010 110010 1001100 111010

Color Harmonies of #E5C941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C941

Black with #E5C941

Text Example


Text Example

White with #E5C941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C941; }

 p { color: rgb(229,201,65); }

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

background-color css

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

 a { background-color: rgb(229,201,65); }

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

border-color css

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

 span { border-color: rgb(229,201,65); }

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