Html Css Color HEX #E5DD2B Golden Fizz

📋 copy color: '#E5DD2B'

red 229 ◦ green 221 ◦ blue 43

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

Shades of Golden Fizz #E5DD2B

Tints of Golden Fizz #E5DD2B

RGB

 RED value IS 229 (89.84% from 255) = 46.45%

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

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

R = 46.45%
G = 44.83%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E5DD2B (or 0xE5DD2B) is known color: Golden Fizz. HEX triplet: E5, DD and 2B. RGB value is (229,221,43). Sum of RGB (Red+Green+Blue) = 229+221+43=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 43 (17.19% from 255 or 8.72% from 493); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DD2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DD2B is #1A22D4. Grayscale: #CBCBCB. Windows color (decimal): -1712853 or 2874853. OLE color: 2874853.

HSL color Cylindrical-coordinate representation of color #E5DD2B: hue angle of 57.42º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5DD2B is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 221 43 -
CMYK 0 0.03 0.81 0.10
HSL 57.42º 0.78% 0.53% -
HSV(B) 57.42º 0.81% 0.9% -
XYZ 58.61 68.55 12.43 -
YUV 203.1 37.65 146.47 -
System Red Green Blue C M Y K H S L
Decimal 229 221 43 0 0.03 0.81 0.10 57.42 0.78 0.53
Hex E5 DD 2B 0 3 51 A 39 4E 35
Octal 345 335 53 0 3 121 12 71 116 65
Binary 11100101 11011101 101011 0 11 1010001 1010 111001 1001110 110101

Color Harmonies of #E5DD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DD2B

Black with #E5DD2B

Text Example


Text Example

White with #E5DD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DD2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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