Html Css Color HEX #EADD31 Golden Fizz

📋 copy color: '#EADD31'

red 234 ◦ green 221 ◦ blue 49

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

Shades of Golden Fizz #EADD31

Tints of Golden Fizz #EADD31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.72%

R = 46.43%
G = 43.85%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EADD31 (or 0xEADD31) is known color: Golden Fizz. HEX triplet: EA, DD and 31. RGB value is (234,221,49). Sum of RGB (Red+Green+Blue) = 234+221+49=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 49 (19.53% from 255 or 9.72% from 504); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADD31 is #1522CE. Grayscale: #CDCDCD. Windows color (decimal): -1385167 or 3268074. OLE color: 3268074.

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

Color convert

RGB 234 221 49 -
CMYK 0 0.06 0.79 0.08
HSL 55.78º 0.81% 0.55% -
HSV(B) 55.78º 0.79% 0.92% -
XYZ 60.34 69.43 13.13 -
YUV 205.28 39.81 148.49 -
System Red Green Blue C M Y K H S L
Decimal 234 221 49 0 0.06 0.79 0.08 55.78 0.81 0.55
Hex EA DD 31 0 6 4F 8 38 51 37
Octal 352 335 61 0 6 117 10 70 121 67
Binary 11101010 11011101 110001 0 110 1001111 1000 111000 1010001 110111

Color Harmonies of #EADD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD31

Black with #EADD31

Text Example


Text Example

White with #EADD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD31; }

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

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

background-color css

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

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

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

border-color css

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

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

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