Html Css Color HEX #E2CE47 Confetti

📋 copy color: '#E2CE47'

red 226 ◦ green 206 ◦ blue 71

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

Shades of Confetti #E2CE47

Tints of Confetti #E2CE47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.12%

R = 44.93%
G = 40.95%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E2CE47 (or 0xE2CE47) is known color: Confetti. HEX triplet: E2, CE and 47. RGB value is (226,206,71). Sum of RGB (Red+Green+Blue) = 226+206+71=503 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.93% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 71 (28.12% from 255 or 14.12% from 503); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CE47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2CE47 is #1D31B8. Grayscale: #C5C5C5. Windows color (decimal): -1913273 or 4706018. OLE color: 4706018.

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

Color convert

RGB 226 206 71 -
CMYK 0 0.09 0.69 0.11
HSL 52.26º 0.73% 0.58% -
HSV(B) 52.26º 0.69% 0.89% -
XYZ 54.57 60.77 14.81 -
YUV 196.59 57.13 148.98 -
System Red Green Blue C M Y K H S L
Decimal 226 206 71 0 0.09 0.69 0.11 52.26 0.73 0.58
Hex E2 CE 47 0 9 45 B 34 49 3A
Octal 342 316 107 0 11 105 13 64 111 72
Binary 11100010 11001110 1000111 0 1001 1000101 1011 110100 1001001 111010

Color Harmonies of #E2CE47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CE47

Black with #E2CE47

Text Example


Text Example

White with #E2CE47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CE47; }

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

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

background-color css

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

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

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

border-color css

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

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

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