Html Css Color HEX #E0CE45 Confetti

📋 copy color: '#E0CE45'

red 224 ◦ green 206 ◦ blue 69

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

Shades of Confetti #E0CE45

Tints of Confetti #E0CE45

RGB

 RED value IS 224 (87.89% from 255) = 44.89%

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

 BLUE value IS 69 (27.34% from 255) = 13.83%

R = 44.89%
G = 41.28%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E0CE45 (or 0xE0CE45) is known color: Confetti. HEX triplet: E0, CE and 45. RGB value is (224,206,69). Sum of RGB (Red+Green+Blue) = 224+206+69=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 69 (27.34% from 255 or 13.83% from 499); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CE45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0CE45 is #1F31BA. Grayscale: #C4C4C4. Windows color (decimal): -2044347 or 4574944. OLE color: 4574944.

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

Color convert

RGB 224 206 69 -
CMYK 0 0.08 0.69 0.12
HSL 53.03º 0.71% 0.57% -
HSV(B) 53.03º 0.69% 0.88% -
XYZ 53.89 60.42 14.45 -
YUV 195.76 56.46 148.14 -
System Red Green Blue C M Y K H S L
Decimal 224 206 69 0 0.08 0.69 0.12 53.03 0.71 0.57
Hex E0 CE 45 0 8 45 C 35 47 39
Octal 340 316 105 0 10 105 14 65 107 71
Binary 11100000 11001110 1000101 0 1000 1000101 1100 110101 1000111 111001

Color Harmonies of #E0CE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CE45

Black with #E0CE45

Text Example


Text Example

White with #E0CE45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CE45; }

 p { color: rgb(224,206,69); }

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

background-color css

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

 a { background-color: rgb(224,206,69); }

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

border-color css

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

 span { border-color: rgb(224,206,69); }

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