Html Css Color HEX #EAD333 Golden Fizz

📋 copy color: '#EAD333'

red 234 ◦ green 211 ◦ blue 51

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

Shades of Golden Fizz #EAD333

Tints of Golden Fizz #EAD333

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.54%

 BLUE value IS 51 (20.31% from 255) = 10.28%

R = 47.18%
G = 42.54%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EAD333 (or 0xEAD333) is known color: Golden Fizz. HEX triplet: EA, D3 and 33. RGB value is (234,211,51). Sum of RGB (Red+Green+Blue) = 234+211+51=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 211 (82.81% from 255 or 42.54% from 496); Blue value is 51 (20.31% from 255 or 10.28% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD333 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD333 is #152CCC. Grayscale: #C8C8C8. Windows color (decimal): -1387725 or 3396586. OLE color: 3396586.

HSL color Cylindrical-coordinate representation of color #EAD333: hue angle of 52.46º 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 #EAD333 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 211 51 -
CMYK 0 0.10 0.78 0.08
HSL 52.46º 0.81% 0.56% -
HSV(B) 52.46º 0.78% 0.92% -
XYZ 57.82 64.32 12.5 -
YUV 199.64 44.12 152.51 -
System Red Green Blue C M Y K H S L
Decimal 234 211 51 0 0.10 0.78 0.08 52.46 0.81 0.56
Hex EA D3 33 0 A 4E 8 34 51 38
Octal 352 323 63 0 12 116 10 64 121 70
Binary 11101010 11010011 110011 0 1010 1001110 1000 110100 1010001 111000

Color Harmonies of #EAD333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD333

Black with #EAD333

Text Example


Text Example

White with #EAD333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD333; }

 p { color: rgb(234,211,51); }

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

background-color css

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

 a { background-color: rgb(234,211,51); }

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

border-color css

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

 span { border-color: rgb(234,211,51); }

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