Html Css Color HEX #EAD239 Golden Fizz

📋 copy color: '#EAD239'

red 234 ◦ green 210 ◦ blue 57

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

Shades of Golden Fizz #EAD239

Tints of Golden Fizz #EAD239

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.92%

 BLUE value IS 57 (22.66% from 255) = 11.38%

R = 46.71%
G = 41.92%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EAD239 (or 0xEAD239) is known color: Golden Fizz. HEX triplet: EA, D2 and 39. RGB value is (234,210,57). Sum of RGB (Red+Green+Blue) = 234+210+57=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 57 (22.66% from 255 or 11.38% from 501); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD239 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD239 is #152DC6. Grayscale: #C8C8C8. Windows color (decimal): -1387975 or 3789546. OLE color: 3789546.

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

Color convert

RGB 234 210 57 -
CMYK 0 0.10 0.76 0.08
HSL 51.86º 0.81% 0.57% -
HSV(B) 51.86º 0.76% 0.92% -
XYZ 57.72 63.88 13.16 -
YUV 199.73 47.45 152.44 -
System Red Green Blue C M Y K H S L
Decimal 234 210 57 0 0.10 0.76 0.08 51.86 0.81 0.57
Hex EA D2 39 0 A 4C 8 34 51 39
Octal 352 322 71 0 12 114 10 64 121 71
Binary 11101010 11010010 111001 0 1010 1001100 1000 110100 1010001 111001

Color Harmonies of #EAD239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD239

Black with #EAD239

Text Example


Text Example

White with #EAD239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD239; }

 p { color: rgb(234,210,57); }

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

background-color css

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

 a { background-color: rgb(234,210,57); }

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

border-color css

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

 span { border-color: rgb(234,210,57); }

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