Html Css Color HEX #E0CD44 Confetti

📋 copy color: '#E0CD44'

red 224 ◦ green 205 ◦ blue 68

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

Shades of Confetti #E0CD44

Tints of Confetti #E0CD44

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.25%

 BLUE value IS 68 (26.95% from 255) = 13.68%

R = 45.07%
G = 41.25%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E0CD44 (or 0xE0CD44) is known color: Confetti. HEX triplet: E0, CD and 44. RGB value is (224,205,68). Sum of RGB (Red+Green+Blue) = 224+205+68=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 68 (26.95% from 255 or 13.68% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CD44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0CD44 is #1F32BB. Grayscale: #C3C3C3. Windows color (decimal): -2044604 or 4509152. OLE color: 4509152.

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

Color convert

RGB 224 205 68 -
CMYK 0 0.08 0.70 0.12
HSL 52.69º 0.72% 0.57% -
HSV(B) 52.69º 0.7% 0.88% -
XYZ 53.62 59.93 14.21 -
YUV 195.06 56.29 148.64 -
System Red Green Blue C M Y K H S L
Decimal 224 205 68 0 0.08 0.70 0.12 52.69 0.72 0.57
Hex E0 CD 44 0 8 46 C 35 48 39
Octal 340 315 104 0 10 106 14 65 110 71
Binary 11100000 11001101 1000100 0 1000 1000110 1100 110101 1001000 111001

Color Harmonies of #E0CD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CD44

Black with #E0CD44

Text Example


Text Example

White with #E0CD44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CD44; }

 p { color: rgb(224,205,68); }

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

background-color css

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

 a { background-color: rgb(224,205,68); }

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

border-color css

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

 span { border-color: rgb(224,205,68); }

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