Html Css Color HEX #EADD38 Golden Fizz

📋 copy color: '#EADD38'

red 234 ◦ green 221 ◦ blue 56

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

Shades of Golden Fizz #EADD38

Tints of Golden Fizz #EADD38

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.25%

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

R = 45.79%
G = 43.25%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EADD38 (or 0xEADD38) is known color: Golden Fizz. HEX triplet: EA, DD and 38. RGB value is (234,221,56). Sum of RGB (Red+Green+Blue) = 234+221+56=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 56 (22.27% from 255 or 10.96% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADD38 is #1522C7. Grayscale: #CECECE. Windows color (decimal): -1385160 or 3726826. OLE color: 3726826.

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

Color convert

RGB 234 221 56 -
CMYK 0 0.06 0.76 0.08
HSL 55.62º 0.81% 0.57% -
HSV(B) 55.62º 0.76% 0.92% -
XYZ 60.5 69.49 13.97 -
YUV 206.08 43.31 147.92 -
System Red Green Blue C M Y K H S L
Decimal 234 221 56 0 0.06 0.76 0.08 55.62 0.81 0.57
Hex EA DD 38 0 6 4C 8 38 51 39
Octal 352 335 70 0 6 114 10 70 121 71
Binary 11101010 11011101 111000 0 110 1001100 1000 111000 1010001 111001

Color Harmonies of #EADD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD38

Black with #EADD38

Text Example


Text Example

White with #EADD38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD38; }

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

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

background-color css

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

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

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

border-color css

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

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

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