Html Css Color HEX #EAD338 Golden Fizz

📋 copy color: '#EAD338'

red 234 ◦ green 211 ◦ blue 56

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

Shades of Golden Fizz #EAD338

Tints of Golden Fizz #EAD338

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.12%

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

R = 46.71%
G = 42.12%
B = 11.18%

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

#EAD338 (or 0xEAD338) is known color: Golden Fizz. HEX triplet: EA, D3 and 38. RGB value is (234,211,56). Sum of RGB (Red+Green+Blue) = 234+211+56=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 211 (82.81% from 255 or 42.12% from 501); Blue value is 56 (22.27% from 255 or 11.18% from 501); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD338 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD338 is #152CC7. Grayscale: #C8C8C8. Windows color (decimal): -1387720 or 3724266. OLE color: 3724266.

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

Color convert

RGB 234 211 56 -
CMYK 0 0.10 0.76 0.08
HSL 52.25º 0.81% 0.57% -
HSV(B) 52.25º 0.76% 0.92% -
XYZ 57.94 64.37 13.11 -
YUV 200.21 46.62 152.1 -
System Red Green Blue C M Y K H S L
Decimal 234 211 56 0 0.10 0.76 0.08 52.25 0.81 0.57
Hex EA D3 38 0 A 4C 8 34 51 39
Octal 352 323 70 0 12 114 10 64 121 71
Binary 11101010 11010011 111000 0 1010 1001100 1000 110100 1010001 111001

Color Harmonies of #EAD338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD338

Black with #EAD338

Text Example


Text Example

White with #EAD338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD338; }

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

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

background-color css

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

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

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

border-color css

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

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

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