Html Css Color HEX #E5CE42 Confetti

📋 copy color: '#E5CE42'

red 229 ◦ green 206 ◦ blue 66

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

Shades of Confetti #E5CE42

Tints of Confetti #E5CE42

RGB

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

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

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

R = 45.71%
G = 41.12%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#E5CE42 (or 0xE5CE42) is known color: Confetti. HEX triplet: E5, CE and 42. RGB value is (229,206,66). Sum of RGB (Red+Green+Blue) = 229+206+66=501 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.71% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 66 (26.17% from 255 or 13.17% from 501); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CE42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CE42 is #1A31BD. Grayscale: #C5C5C5. Windows color (decimal): -1716670 or 4378341. OLE color: 4378341.

HSL color Cylindrical-coordinate representation of color #E5CE42: hue angle of 51.53º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E5CE42 is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 206 66 -
CMYK 0 0.10 0.71 0.10
HSL 51.53º 0.76% 0.58% -
HSV(B) 51.53º 0.71% 0.9% -
XYZ 55.37 61.19 14.05 -
YUV 196.92 54.12 150.88 -
System Red Green Blue C M Y K H S L
Decimal 229 206 66 0 0.10 0.71 0.10 51.53 0.76 0.58
Hex E5 CE 42 0 A 47 A 34 4C 3A
Octal 345 316 102 0 12 107 12 64 114 72
Binary 11100101 11001110 1000010 0 1010 1000111 1010 110100 1001100 111010

Color Harmonies of #E5CE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CE42

Black with #E5CE42

Text Example


Text Example

White with #E5CE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CE42; }

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

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

background-color css

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

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

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

border-color css

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

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

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