Html Css Color HEX #EADD29 Golden Fizz

📋 copy color: '#EADD29'

red 234 ◦ green 221 ◦ blue 41

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

Shades of Golden Fizz #EADD29

Tints of Golden Fizz #EADD29

RGB

 RED value IS 234 (91.8% from 255) = 47.18%

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

 BLUE value IS 41 (16.41% from 255) = 8.27%

R = 47.18%
G = 44.56%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EADD29 (or 0xEADD29) is known color: Golden Fizz. HEX triplet: EA, DD and 29. RGB value is (234,221,41). Sum of RGB (Red+Green+Blue) = 234+221+41=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 41 (16.41% from 255 or 8.27% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADD29 is #1522D6. Grayscale: #CDCDCD. Windows color (decimal): -1385175 or 2743786. OLE color: 2743786.

HSL color Cylindrical-coordinate representation of color #EADD29: hue angle of 55.96º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EADD29 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 221 41 -
CMYK 0 0.06 0.82 0.08
HSL 55.96º 0.82% 0.54% -
HSV(B) 55.96º 0.82% 0.92% -
XYZ 60.19 69.37 12.31 -
YUV 204.37 35.81 149.14 -
System Red Green Blue C M Y K H S L
Decimal 234 221 41 0 0.06 0.82 0.08 55.96 0.82 0.54
Hex EA DD 29 0 6 52 8 38 52 36
Octal 352 335 51 0 6 122 10 70 122 66
Binary 11101010 11011101 101001 0 110 1010010 1000 111000 1010010 110110

Color Harmonies of #EADD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD29

Black with #EADD29

Text Example


Text Example

White with #EADD29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD29; }

 p { color: rgb(234,221,41); }

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

background-color css

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

 a { background-color: rgb(234,221,41); }

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

border-color css

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

 span { border-color: rgb(234,221,41); }

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