Html Css Color HEX #E0D54B Confetti

📋 copy color: '#E0D54B'

red 224 ◦ green 213 ◦ blue 75

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

Shades of Confetti #E0D54B

Tints of Confetti #E0D54B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.6%

 BLUE value IS 75 (29.69% from 255) = 14.65%

R = 43.75%
G = 41.6%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E0D54B (or 0xE0D54B) is known color: Confetti. HEX triplet: E0, D5 and 4B. RGB value is (224,213,75). Sum of RGB (Red+Green+Blue) = 224+213+75=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 75 (29.69% from 255 or 14.65% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D54B is #1F2AB4. Grayscale: #C9C9C9. Windows color (decimal): -2042549 or 4969952. OLE color: 4969952.

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

Color convert

RGB 224 213 75 -
CMYK 0 0.05 0.67 0.12
HSL 55.57º 0.71% 0.59% -
HSV(B) 55.57º 0.67% 0.88% -
XYZ 55.8 63.94 16.06 -
YUV 200.56 57.14 144.72 -
System Red Green Blue C M Y K H S L
Decimal 224 213 75 0 0.05 0.67 0.12 55.57 0.71 0.59
Hex E0 D5 4B 0 5 43 C 38 47 3B
Octal 340 325 113 0 5 103 14 70 107 73
Binary 11100000 11010101 1001011 0 101 1000011 1100 111000 1000111 111011

Color Harmonies of #E0D54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D54B

Black with #E0D54B

Text Example


Text Example

White with #E0D54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D54B; }

 p { color: rgb(224,213,75); }

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

background-color css

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

 a { background-color: rgb(224,213,75); }

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

border-color css

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

 span { border-color: rgb(224,213,75); }

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