Html Css Color HEX #E2CE40 Confetti

📋 copy color: '#E2CE40'

red 226 ◦ green 206 ◦ blue 64

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

Shades of Confetti #E2CE40

Tints of Confetti #E2CE40

RGB

 RED value IS 226 (88.67% from 255) = 45.56%

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

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

R = 45.56%
G = 41.53%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E2CE40 (or 0xE2CE40) is known color: Confetti. HEX triplet: E2, CE and 40. RGB value is (226,206,64). Sum of RGB (Red+Green+Blue) = 226+206+64=496 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.56% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 64 (25.39% from 255 or 12.90% from 496); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2CE40 is #1D31BF. Grayscale: #C4C4C4. Windows color (decimal): -1913280 or 4247266. OLE color: 4247266.

HSL color Cylindrical-coordinate representation of color #E2CE40: hue angle of 52.59º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E2CE40 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 206 64 -
CMYK 0 0.09 0.72 0.11
HSL 52.59º 0.74% 0.57% -
HSV(B) 52.59º 0.72% 0.89% -
XYZ 54.36 60.68 13.7 -
YUV 195.79 53.63 149.55 -
System Red Green Blue C M Y K H S L
Decimal 226 206 64 0 0.09 0.72 0.11 52.59 0.74 0.57
Hex E2 CE 40 0 9 48 B 35 4A 39
Octal 342 316 100 0 11 110 13 65 112 71
Binary 11100010 11001110 1000000 0 1001 1001000 1011 110101 1001010 111001

Color Harmonies of #E2CE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CE40

Black with #E2CE40

Text Example


Text Example

White with #E2CE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CE40; }

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

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

background-color css

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

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

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

border-color css

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

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

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