Html Css Color HEX #E1CE42 Confetti

📋 copy color: '#E1CE42'

red 225 ◦ green 206 ◦ blue 66

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

Shades of Confetti #E1CE42

Tints of Confetti #E1CE42

RGB

 RED value IS 225 (88.28% from 255) = 45.27%

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

 BLUE value IS 66 (26.17% from 255) = 13.28%

R = 45.27%
G = 41.45%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E1CE42 (or 0xE1CE42) is known color: Confetti. HEX triplet: E1, CE and 42. RGB value is (225,206,66). Sum of RGB (Red+Green+Blue) = 225+206+66=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 66 (26.17% from 255 or 13.28% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CE42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1CE42 is #1E31BD. Grayscale: #C4C4C4. Windows color (decimal): -1978814 or 4378337. OLE color: 4378337.

HSL color Cylindrical-coordinate representation of color #E1CE42: hue angle of 52.83º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E1CE42 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 206 66 -
CMYK 0 0.08 0.71 0.12
HSL 52.83º 0.73% 0.57% -
HSV(B) 52.83º 0.71% 0.88% -
XYZ 54.11 60.54 13.99 -
YUV 195.72 54.79 148.88 -
System Red Green Blue C M Y K H S L
Decimal 225 206 66 0 0.08 0.71 0.12 52.83 0.73 0.57
Hex E1 CE 42 0 8 47 C 35 49 39
Octal 341 316 102 0 10 107 14 65 111 71
Binary 11100001 11001110 1000010 0 1000 1000111 1100 110101 1001001 111001

Color Harmonies of #E1CE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CE42

Black with #E1CE42

Text Example


Text Example

White with #E1CE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CE42; }

 p { color: rgb(225,206,66); }

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

background-color css

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

 a { background-color: rgb(225,206,66); }

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

border-color css

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

 span { border-color: rgb(225,206,66); }

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