Html Css Color HEX #E8DD2B Golden Fizz

📋 copy color: '#E8DD2B'

red 232 ◦ green 221 ◦ blue 43

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

Shades of Golden Fizz #E8DD2B

Tints of Golden Fizz #E8DD2B

RGB

 RED value IS 232 (91.02% from 255) = 46.77%

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

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

R = 46.77%
G = 44.56%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E8DD2B (or 0xE8DD2B) is known color: Golden Fizz. HEX triplet: E8, DD and 2B. RGB value is (232,221,43). Sum of RGB (Red+Green+Blue) = 232+221+43=496 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.77% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 43 (17.19% from 255 or 8.67% from 496); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DD2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8DD2B is #1722D4. Grayscale: #CCCCCC. Windows color (decimal): -1516245 or 2874856. OLE color: 2874856.

HSL color Cylindrical-coordinate representation of color #E8DD2B: hue angle of 56.51º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E8DD2B is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 221 43 -
CMYK 0 0.05 0.81 0.09
HSL 56.51º 0.8% 0.54% -
HSV(B) 56.51º 0.81% 0.91% -
XYZ 59.57 69.04 12.47 -
YUV 204 37.14 147.97 -
System Red Green Blue C M Y K H S L
Decimal 232 221 43 0 0.05 0.81 0.09 56.51 0.8 0.54
Hex E8 DD 2B 0 5 51 9 39 50 36
Octal 350 335 53 0 5 121 11 71 120 66
Binary 11101000 11011101 101011 0 101 1010001 1001 111001 1010000 110110

Color Harmonies of #E8DD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DD2B

Black with #E8DD2B

Text Example


Text Example

White with #E8DD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DD2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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