Html Css Color HEX #EAD938 Golden Fizz

📋 copy color: '#EAD938'

red 234 ◦ green 217 ◦ blue 56

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

Shades of Golden Fizz #EAD938

Tints of Golden Fizz #EAD938

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.8%

 BLUE value IS 56 (22.27% from 255) = 11.05%

R = 46.15%
G = 42.8%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EAD938 (or 0xEAD938) is known color: Golden Fizz. HEX triplet: EA, D9 and 38. RGB value is (234,217,56). Sum of RGB (Red+Green+Blue) = 234+217+56=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 217 (85.16% from 255 or 42.80% from 507); Blue value is 56 (22.27% from 255 or 11.05% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD938 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD938 is #1526C7. Grayscale: #CCCCCC. Windows color (decimal): -1386184 or 3725802. OLE color: 3725802.

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

Color convert

RGB 234 217 56 -
CMYK 0 0.07 0.76 0.08
HSL 54.27º 0.81% 0.57% -
HSV(B) 54.27º 0.76% 0.92% -
XYZ 59.46 67.4 13.62 -
YUV 203.73 44.63 149.59 -
System Red Green Blue C M Y K H S L
Decimal 234 217 56 0 0.07 0.76 0.08 54.27 0.81 0.57
Hex EA D9 38 0 7 4C 8 36 51 39
Octal 352 331 70 0 7 114 10 66 121 71
Binary 11101010 11011001 111000 0 111 1001100 1000 110110 1010001 111001

Color Harmonies of #EAD938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD938

Black with #EAD938

Text Example


Text Example

White with #EAD938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD938; }

 p { color: rgb(234,217,56); }

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

background-color css

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

 a { background-color: rgb(234,217,56); }

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

border-color css

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

 span { border-color: rgb(234,217,56); }

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