Html Css Color HEX #E2DD2B Golden Fizz

📋 copy color: '#E2DD2B'

red 226 ◦ green 221 ◦ blue 43

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

Shades of Golden Fizz #E2DD2B

Tints of Golden Fizz #E2DD2B

RGB

 RED value IS 226 (88.67% from 255) = 46.12%

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

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

R = 46.12%
G = 45.1%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E2DD2B (or 0xE2DD2B) is known color: Golden Fizz. HEX triplet: E2, DD and 2B. RGB value is (226,221,43). Sum of RGB (Red+Green+Blue) = 226+221+43=490 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.12% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 43 (17.19% from 255 or 8.78% from 490); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DD2B is #1D22D4. Grayscale: #CACACA. Windows color (decimal): -1909461 or 2874850. OLE color: 2874850.

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

Color convert

RGB 226 221 43 -
CMYK 0 0.02 0.81 0.11
HSL 58.36º 0.76% 0.53% -
HSV(B) 58.36º 0.81% 0.89% -
XYZ 57.66 68.06 12.38 -
YUV 202.2 38.16 144.97 -
System Red Green Blue C M Y K H S L
Decimal 226 221 43 0 0.02 0.81 0.11 58.36 0.76 0.53
Hex E2 DD 2B 0 2 51 B 3A 4C 35
Octal 342 335 53 0 2 121 13 72 114 65
Binary 11100010 11011101 101011 0 10 1010001 1011 111010 1001100 110101

Color Harmonies of #E2DD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DD2B

Black with #E2DD2B

Text Example


Text Example

White with #E2DD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DD2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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