Html Css Color HEX #EADD2F Golden Fizz

📋 copy color: '#EADD2F'

red 234 ◦ green 221 ◦ blue 47

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

Shades of Golden Fizz #EADD2F

Tints of Golden Fizz #EADD2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.36%

R = 46.61%
G = 44.02%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EADD2F (or 0xEADD2F) is known color: Golden Fizz. HEX triplet: EA, DD and 2F. RGB value is (234,221,47). Sum of RGB (Red+Green+Blue) = 234+221+47=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 47 (18.75% from 255 or 9.36% from 502); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADD2F is #1522D0. Grayscale: #CDCDCD. Windows color (decimal): -1385169 or 3137002. OLE color: 3137002.

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

Color convert

RGB 234 221 47 -
CMYK 0 0.06 0.80 0.08
HSL 55.83º 0.82% 0.55% -
HSV(B) 55.83º 0.8% 0.92% -
XYZ 60.3 69.41 12.91 -
YUV 205.05 38.81 148.65 -
System Red Green Blue C M Y K H S L
Decimal 234 221 47 0 0.06 0.80 0.08 55.83 0.82 0.55
Hex EA DD 2F 0 6 50 8 38 52 37
Octal 352 335 57 0 6 120 10 70 122 67
Binary 11101010 11011101 101111 0 110 1010000 1000 111000 1010010 110111

Color Harmonies of #EADD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD2F

Black with #EADD2F

Text Example


Text Example

White with #EADD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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