Html Css Color HEX #E5CC40 Confetti

📋 copy color: '#E5CC40'

red 229 ◦ green 204 ◦ blue 64

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

Shades of Confetti #E5CC40

Tints of Confetti #E5CC40

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.05%

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

R = 46.08%
G = 41.05%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E5CC40 (or 0xE5CC40) is known color: Confetti. HEX triplet: E5, CC and 40. RGB value is (229,204,64). Sum of RGB (Red+Green+Blue) = 229+204+64=497 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.08% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 64 (25.39% from 255 or 12.88% from 497); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CC40 is #1A33BF. Grayscale: #C4C4C4. Windows color (decimal): -1717184 or 4246757. OLE color: 4246757.

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

Color convert

RGB 229 204 64 -
CMYK 0 0.11 0.72 0.10
HSL 50.91º 0.76% 0.57% -
HSV(B) 50.91º 0.72% 0.9% -
XYZ 54.83 60.21 13.58 -
YUV 195.52 53.78 151.88 -
System Red Green Blue C M Y K H S L
Decimal 229 204 64 0 0.11 0.72 0.10 50.91 0.76 0.57
Hex E5 CC 40 0 B 48 A 33 4C 39
Octal 345 314 100 0 13 110 12 63 114 71
Binary 11100101 11001100 1000000 0 1011 1001000 1010 110011 1001100 111001

Color Harmonies of #E5CC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CC40

Black with #E5CC40

Text Example


Text Example

White with #E5CC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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