Html Css Color HEX #EADD34 Golden Fizz

📋 copy color: '#EADD34'

red 234 ◦ green 221 ◦ blue 52

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

Shades of Golden Fizz #EADD34

Tints of Golden Fizz #EADD34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.26%

R = 46.15%
G = 43.59%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EADD34 (or 0xEADD34) is known color: Golden Fizz. HEX triplet: EA, DD and 34. RGB value is (234,221,52). Sum of RGB (Red+Green+Blue) = 234+221+52=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 52 (20.70% from 255 or 10.26% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADD34 is #1522CB. Grayscale: #CECECE. Windows color (decimal): -1385164 or 3464682. OLE color: 3464682.

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

Color convert

RGB 234 221 52 -
CMYK 0 0.06 0.78 0.08
HSL 55.71º 0.81% 0.56% -
HSV(B) 55.71º 0.78% 0.92% -
XYZ 60.41 69.45 13.47 -
YUV 205.62 41.31 148.24 -
System Red Green Blue C M Y K H S L
Decimal 234 221 52 0 0.06 0.78 0.08 55.71 0.81 0.56
Hex EA DD 34 0 6 4E 8 38 51 38
Octal 352 335 64 0 6 116 10 70 121 70
Binary 11101010 11011101 110100 0 110 1001110 1000 111000 1010001 111000

Color Harmonies of #EADD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD34

Black with #EADD34

Text Example


Text Example

White with #EADD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD34; }

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

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

background-color css

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

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

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

border-color css

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

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

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