Html Css Color HEX #E5C640 Confetti

📋 copy color: '#E5C640'

red 229 ◦ green 198 ◦ blue 64

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

Shades of Confetti #E5C640

Tints of Confetti #E5C640

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.33%

 BLUE value IS 64 (25.39% from 255) = 13.03%

R = 46.64%
G = 40.33%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E5C640 (or 0xE5C640) is known color: Confetti. HEX triplet: E5, C6 and 40. RGB value is (229,198,64). Sum of RGB (Red+Green+Blue) = 229+198+64=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 64 (25.39% from 255 or 13.03% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C640 is #1A39BF. Grayscale: #C0C0C0. Windows color (decimal): -1718720 or 4245221. OLE color: 4245221.

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

Color convert

RGB 229 198 64 -
CMYK 0 0.14 0.72 0.10
HSL 48.73º 0.76% 0.57% -
HSV(B) 48.73º 0.72% 0.9% -
XYZ 53.43 57.42 13.12 -
YUV 191.99 55.77 154.4 -
System Red Green Blue C M Y K H S L
Decimal 229 198 64 0 0.14 0.72 0.10 48.73 0.76 0.57
Hex E5 C6 40 0 E 48 A 31 4C 39
Octal 345 306 100 0 16 110 12 61 114 71
Binary 11100101 11000110 1000000 0 1110 1001000 1010 110001 1001100 111001

Color Harmonies of #E5C640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C640

Black with #E5C640

Text Example


Text Example

White with #E5C640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C640; }

 p { color: rgb(229,198,64); }

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

background-color css

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

 a { background-color: rgb(229,198,64); }

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

border-color css

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

 span { border-color: rgb(229,198,64); }

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