Html Css Color HEX #EADD37 Golden Fizz

📋 copy color: '#EADD37'

red 234 ◦ green 221 ◦ blue 55

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

Shades of Golden Fizz #EADD37

Tints of Golden Fizz #EADD37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 10.78%

R = 45.88%
G = 43.33%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EADD37 (or 0xEADD37) is known color: Golden Fizz. HEX triplet: EA, DD and 37. RGB value is (234,221,55). Sum of RGB (Red+Green+Blue) = 234+221+55=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 55 (21.88% from 255 or 10.78% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADD37 is #1522C8. Grayscale: #CECECE. Windows color (decimal): -1385161 or 3661290. OLE color: 3661290.

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

Color convert

RGB 234 221 55 -
CMYK 0 0.06 0.76 0.08
HSL 55.64º 0.81% 0.57% -
HSV(B) 55.64º 0.76% 0.92% -
XYZ 60.48 69.48 13.84 -
YUV 205.96 42.81 148 -
System Red Green Blue C M Y K H S L
Decimal 234 221 55 0 0.06 0.76 0.08 55.64 0.81 0.57
Hex EA DD 37 0 6 4C 8 38 51 39
Octal 352 335 67 0 6 114 10 70 121 71
Binary 11101010 11011101 110111 0 110 1001100 1000 111000 1010001 111001

Color Harmonies of #EADD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD37

Black with #EADD37

Text Example


Text Example

White with #EADD37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD37; }

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

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

background-color css

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

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

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

border-color css

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

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

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