Html Css Color HEX #EEDC38 Golden Fizz

📋 copy color: '#EEDC38'

red 238 ◦ green 220 ◦ blue 56

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

Shades of Golden Fizz #EEDC38

Tints of Golden Fizz #EEDC38

RGB

 RED value IS 238 (93.36% from 255) = 46.3%

 GREEN value IS 220 (86.33% from 255) = 42.8%

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

R = 46.3%
G = 42.8%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EEDC38 (or 0xEEDC38) is known color: Golden Fizz. HEX triplet: EE, DC and 38. RGB value is (238,220,56). Sum of RGB (Red+Green+Blue) = 238+220+56=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 56 (22.27% from 255 or 10.89% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDC38 is #1123C7. Grayscale: #CFCFCF. Windows color (decimal): -1123272 or 3726574. OLE color: 3726574.

HSL color Cylindrical-coordinate representation of color #EEDC38: hue angle of 54.07º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EEDC38 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 220 56 -
CMYK 0 0.08 0.76 0.07
HSL 54.07º 0.84% 0.58% -
HSV(B) 54.07º 0.76% 0.93% -
XYZ 61.57 69.65 13.94 -
YUV 206.69 42.96 150.34 -
System Red Green Blue C M Y K H S L
Decimal 238 220 56 0 0.08 0.76 0.07 54.07 0.84 0.58
Hex EE DC 38 0 8 4C 7 36 54 3A
Octal 356 334 70 0 10 114 7 66 124 72
Binary 11101110 11011100 111000 0 1000 1001100 111 110110 1010100 111010

Color Harmonies of #EEDC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDC38

Black with #EEDC38

Text Example


Text Example

White with #EEDC38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDC38; }

 p { color: rgb(238,220,56); }

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

background-color css

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

 a { background-color: rgb(238,220,56); }

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

border-color css

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

 span { border-color: rgb(238,220,56); }

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