Html Css Color HEX #E5CE40 Confetti

📋 copy color: '#E5CE40'

red 229 ◦ green 206 ◦ blue 64

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

Shades of Confetti #E5CE40

Tints of Confetti #E5CE40

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.28%

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

R = 45.89%
G = 41.28%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E5CE40 (or 0xE5CE40) is known color: Confetti. HEX triplet: E5, CE and 40. RGB value is (229,206,64). Sum of RGB (Red+Green+Blue) = 229+206+64=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 64 (25.39% from 255 or 12.83% from 499); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CE40 is #1A31BF. Grayscale: #C5C5C5. Windows color (decimal): -1716672 or 4247269. OLE color: 4247269.

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

Color convert

RGB 229 206 64 -
CMYK 0 0.10 0.72 0.10
HSL 51.64º 0.76% 0.57% -
HSV(B) 51.64º 0.72% 0.9% -
XYZ 55.31 61.17 13.74 -
YUV 196.69 53.12 151.05 -
System Red Green Blue C M Y K H S L
Decimal 229 206 64 0 0.10 0.72 0.10 51.64 0.76 0.57
Hex E5 CE 40 0 A 48 A 34 4C 39
Octal 345 316 100 0 12 110 12 64 114 71
Binary 11100101 11001110 1000000 0 1010 1001000 1010 110100 1001100 111001

Color Harmonies of #E5CE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CE40

Black with #E5CE40

Text Example


Text Example

White with #E5CE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CE40; }

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

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

background-color css

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

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

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

border-color css

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

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

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