Html Css Color HEX #EAD238 Golden Fizz

📋 copy color: '#EAD238'

red 234 ◦ green 210 ◦ blue 56

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

Shades of Golden Fizz #EAD238

Tints of Golden Fizz #EAD238

RGB

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

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

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

R = 46.8%
G = 42%
B = 11.2%

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

#EAD238 (or 0xEAD238) is known color: Golden Fizz. HEX triplet: EA, D2 and 38. RGB value is (234,210,56). Sum of RGB (Red+Green+Blue) = 234+210+56=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 210 (82.42% from 255 or 42% from 500); Blue value is 56 (22.27% from 255 or 11.2% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD238 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD238 is #152DC7. Grayscale: #C8C8C8. Windows color (decimal): -1387976 or 3724010. OLE color: 3724010.

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

Color convert

RGB 234 210 56 -
CMYK 0 0.10 0.76 0.08
HSL 51.91º 0.81% 0.57% -
HSV(B) 51.91º 0.76% 0.92% -
XYZ 57.69 63.87 13.03 -
YUV 199.62 46.95 152.52 -
System Red Green Blue C M Y K H S L
Decimal 234 210 56 0 0.10 0.76 0.08 51.91 0.81 0.57
Hex EA D2 38 0 A 4C 8 34 51 39
Octal 352 322 70 0 12 114 10 64 121 71
Binary 11101010 11010010 111000 0 1010 1001100 1000 110100 1010001 111001

Color Harmonies of #EAD238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD238

Black with #EAD238

Text Example


Text Example

White with #EAD238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD238; }

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

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

background-color css

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

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

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

border-color css

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

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

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