Html Css Color HEX #EAD433 Golden Fizz

📋 copy color: '#EAD433'

red 234 ◦ green 212 ◦ blue 51

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

Shades of Golden Fizz #EAD433

Tints of Golden Fizz #EAD433

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.66%

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

R = 47.08%
G = 42.66%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EAD433 (or 0xEAD433) is known color: Golden Fizz. HEX triplet: EA, D4 and 33. RGB value is (234,212,51). Sum of RGB (Red+Green+Blue) = 234+212+51=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 212 (83.20% from 255 or 42.66% from 497); Blue value is 51 (20.31% from 255 or 10.26% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD433 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD433 is #152BCC. Grayscale: #C8C8C8. Windows color (decimal): -1387469 or 3396842. OLE color: 3396842.

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

Color convert

RGB 234 212 51 -
CMYK 0 0.09 0.78 0.08
HSL 52.79º 0.81% 0.56% -
HSV(B) 52.79º 0.78% 0.92% -
XYZ 58.07 64.82 12.58 -
YUV 200.22 43.79 152.09 -
System Red Green Blue C M Y K H S L
Decimal 234 212 51 0 0.09 0.78 0.08 52.79 0.81 0.56
Hex EA D4 33 0 9 4E 8 35 51 38
Octal 352 324 63 0 11 116 10 65 121 70
Binary 11101010 11010100 110011 0 1001 1001110 1000 110101 1010001 111000

Color Harmonies of #EAD433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD433

Black with #EAD433

Text Example


Text Example

White with #EAD433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD433; }

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

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

background-color css

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

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

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

border-color css

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

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

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