Html Css Color HEX #EADD2D Golden Fizz

📋 copy color: '#EADD2D'

red 234 ◦ green 221 ◦ blue 45

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

Shades of Golden Fizz #EADD2D

Tints of Golden Fizz #EADD2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9%

R = 46.8%
G = 44.2%
B = 9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EADD2D (or 0xEADD2D) is known color: Golden Fizz. HEX triplet: EA, DD and 2D. RGB value is (234,221,45). Sum of RGB (Red+Green+Blue) = 234+221+45=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 45 (17.97% from 255 or 9% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADD2D is #1522D2. Grayscale: #CDCDCD. Windows color (decimal): -1385171 or 3005930. OLE color: 3005930.

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

Color convert

RGB 234 221 45 -
CMYK 0 0.06 0.81 0.08
HSL 55.87º 0.82% 0.55% -
HSV(B) 55.87º 0.81% 0.92% -
XYZ 60.26 69.39 12.7 -
YUV 204.82 37.81 148.81 -
System Red Green Blue C M Y K H S L
Decimal 234 221 45 0 0.06 0.81 0.08 55.87 0.82 0.55
Hex EA DD 2D 0 6 51 8 38 52 37
Octal 352 335 55 0 6 121 10 70 122 67
Binary 11101010 11011101 101101 0 110 1010001 1000 111000 1010010 110111

Color Harmonies of #EADD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD2D

Black with #EADD2D

Text Example


Text Example

White with #EADD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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