Html Css Color HEX #EAD438 Golden Fizz

📋 copy color: '#EAD438'

red 234 ◦ green 212 ◦ blue 56

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

Shades of Golden Fizz #EAD438

Tints of Golden Fizz #EAD438

RGB

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

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

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

R = 46.61%
G = 42.23%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EAD438 (or 0xEAD438) is known color: Golden Fizz. HEX triplet: EA, D4 and 38. RGB value is (234,212,56). Sum of RGB (Red+Green+Blue) = 234+212+56=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 212 (83.20% from 255 or 42.23% from 502); Blue value is 56 (22.27% from 255 or 11.16% from 502); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD438 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD438 is #152BC7. Grayscale: #C9C9C9. Windows color (decimal): -1387464 or 3724522. OLE color: 3724522.

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

Color convert

RGB 234 212 56 -
CMYK 0 0.09 0.76 0.08
HSL 52.58º 0.81% 0.57% -
HSV(B) 52.58º 0.76% 0.92% -
XYZ 58.19 64.86 13.19 -
YUV 200.79 46.29 151.68 -
System Red Green Blue C M Y K H S L
Decimal 234 212 56 0 0.09 0.76 0.08 52.58 0.81 0.57
Hex EA D4 38 0 9 4C 8 35 51 39
Octal 352 324 70 0 11 114 10 65 121 71
Binary 11101010 11010100 111000 0 1001 1001100 1000 110101 1010001 111001

Color Harmonies of #EAD438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD438

Black with #EAD438

Text Example


Text Example

White with #EAD438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD438; }

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

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

background-color css

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

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

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

border-color css

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

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

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