Html Css Color HEX #EEDE2D Golden Fizz

📋 copy color: '#EEDE2D'

red 238 ◦ green 222 ◦ blue 45

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

Shades of Golden Fizz #EEDE2D

Tints of Golden Fizz #EEDE2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.91%

R = 47.13%
G = 43.96%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EEDE2D (or 0xEEDE2D) is known color: Golden Fizz. HEX triplet: EE, DE and 2D. RGB value is (238,222,45). Sum of RGB (Red+Green+Blue) = 238+222+45=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 45 (17.97% from 255 or 8.91% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDE2D is #1121D2. Grayscale: #CFCFCF. Windows color (decimal): -1122771 or 3006190. OLE color: 3006190.

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

Color convert

RGB 238 222 45 -
CMYK 0 0.07 0.81 0.07
HSL 55.03º 0.85% 0.55% -
HSV(B) 55.03º 0.81% 0.93% -
XYZ 61.85 70.61 12.85 -
YUV 206.61 36.8 150.39 -
System Red Green Blue C M Y K H S L
Decimal 238 222 45 0 0.07 0.81 0.07 55.03 0.85 0.55
Hex EE DE 2D 0 7 51 7 37 55 37
Octal 356 336 55 0 7 121 7 67 125 67
Binary 11101110 11011110 101101 0 111 1010001 111 110111 1010101 110111

Color Harmonies of #EEDE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDE2D

Black with #EEDE2D

Text Example


Text Example

White with #EEDE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDE2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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