Html Css Color HEX #E5CA40 Confetti

📋 copy color: '#E5CA40'

red 229 ◦ green 202 ◦ blue 64

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

Shades of Confetti #E5CA40

Tints of Confetti #E5CA40

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.81%

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

R = 46.26%
G = 40.81%
B = 12.93%

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

#E5CA40 (or 0xE5CA40) is known color: Confetti. HEX triplet: E5, CA and 40. RGB value is (229,202,64). Sum of RGB (Red+Green+Blue) = 229+202+64=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 64 (25.39% from 255 or 12.93% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CA40 is #1A35BF. Grayscale: #C2C2C2. Windows color (decimal): -1717696 or 4246245. OLE color: 4246245.

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

Color convert

RGB 229 202 64 -
CMYK 0 0.12 0.72 0.10
HSL 50.18º 0.76% 0.57% -
HSV(B) 50.18º 0.72% 0.9% -
XYZ 54.36 59.27 13.43 -
YUV 194.34 54.45 152.72 -
System Red Green Blue C M Y K H S L
Decimal 229 202 64 0 0.12 0.72 0.10 50.18 0.76 0.57
Hex E5 CA 40 0 C 48 A 32 4C 39
Octal 345 312 100 0 14 110 12 62 114 71
Binary 11100101 11001010 1000000 0 1100 1001000 1010 110010 1001100 111001

Color Harmonies of #E5CA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CA40

Black with #E5CA40

Text Example


Text Example

White with #E5CA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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