Html Css Color HEX #E1DD2B Golden Fizz

📋 copy color: '#E1DD2B'

red 225 ◦ green 221 ◦ blue 43

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

Shades of Golden Fizz #E1DD2B

Tints of Golden Fizz #E1DD2B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.19%

 BLUE value IS 43 (17.19% from 255) = 8.79%

R = 46.01%
G = 45.19%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E1DD2B (or 0xE1DD2B) is known color: Golden Fizz. HEX triplet: E1, DD and 2B. RGB value is (225,221,43). Sum of RGB (Red+Green+Blue) = 225+221+43=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 43 (17.19% from 255 or 8.79% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DD2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DD2B is #1E22D4. Grayscale: #CACACA. Windows color (decimal): -1974997 or 2874849. OLE color: 2874849.

HSL color Cylindrical-coordinate representation of color #E1DD2B: hue angle of 58.68º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E1DD2B is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 221 43 -
CMYK 0 0.02 0.81 0.12
HSL 58.68º 0.75% 0.53% -
HSV(B) 58.68º 0.81% 0.88% -
XYZ 57.34 67.89 12.37 -
YUV 201.9 38.33 144.47 -
System Red Green Blue C M Y K H S L
Decimal 225 221 43 0 0.02 0.81 0.12 58.68 0.75 0.53
Hex E1 DD 2B 0 2 51 C 3B 4B 35
Octal 341 335 53 0 2 121 14 73 113 65
Binary 11100001 11011101 101011 0 10 1010001 1100 111011 1001011 110101

Color Harmonies of #E1DD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DD2B

Black with #E1DD2B

Text Example


Text Example

White with #E1DD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DD2B; }

 p { color: rgb(225,221,43); }

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

background-color css

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

 a { background-color: rgb(225,221,43); }

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

border-color css

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

 span { border-color: rgb(225,221,43); }

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