Html Css Color HEX #EEDE3D Golden Fizz

📋 copy color: '#EEDE3D'

red 238 ◦ green 222 ◦ blue 61

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

Shades of Golden Fizz #EEDE3D

Tints of Golden Fizz #EEDE3D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.61%

 BLUE value IS 61 (24.22% from 255) = 11.71%

R = 45.68%
G = 42.61%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EEDE3D (or 0xEEDE3D) is known color: Golden Fizz. HEX triplet: EE, DE and 3D. RGB value is (238,222,61). Sum of RGB (Red+Green+Blue) = 238+222+61=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 222 (87.11% from 255 or 42.61% from 521); Blue value is 61 (24.22% from 255 or 11.71% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDE3D is #1121C2. Grayscale: #D1D1D1. Windows color (decimal): -1122755 or 4054766. OLE color: 4054766.

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

Color convert

RGB 238 222 61 -
CMYK 0 0.07 0.74 0.07
HSL 54.58º 0.84% 0.59% -
HSV(B) 54.58º 0.74% 0.93% -
XYZ 62.22 70.76 14.79 -
YUV 208.43 44.8 149.09 -
System Red Green Blue C M Y K H S L
Decimal 238 222 61 0 0.07 0.74 0.07 54.58 0.84 0.59
Hex EE DE 3D 0 7 4A 7 37 54 3B
Octal 356 336 75 0 7 112 7 67 124 73
Binary 11101110 11011110 111101 0 111 1001010 111 110111 1010100 111011

Color Harmonies of #EEDE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDE3D

Black with #EEDE3D

Text Example


Text Example

White with #EEDE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDE3D; }

 p { color: rgb(238,222,61); }

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

background-color css

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

 a { background-color: rgb(238,222,61); }

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

border-color css

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

 span { border-color: rgb(238,222,61); }

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