Html Css Color HEX #EEDE2B Golden Fizz

📋 copy color: '#EEDE2B'

red 238 ◦ green 222 ◦ blue 43

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

Shades of Golden Fizz #EEDE2B

Tints of Golden Fizz #EEDE2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.55%

R = 47.32%
G = 44.14%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EEDE2B (or 0xEEDE2B) is known color: Golden Fizz. HEX triplet: EE, DE and 2B. RGB value is (238,222,43). Sum of RGB (Red+Green+Blue) = 238+222+43=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 222 (87.11% from 255 or 44.14% from 503); Blue value is 43 (17.19% from 255 or 8.55% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDE2B is #1121D4. Grayscale: #CFCFCF. Windows color (decimal): -1122773 or 2875118. OLE color: 2875118.

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

Color convert

RGB 238 222 43 -
CMYK 0 0.07 0.82 0.07
HSL 55.08º 0.85% 0.55% -
HSV(B) 55.08º 0.82% 0.93% -
XYZ 61.82 70.59 12.65 -
YUV 206.38 35.8 150.55 -
System Red Green Blue C M Y K H S L
Decimal 238 222 43 0 0.07 0.82 0.07 55.08 0.85 0.55
Hex EE DE 2B 0 7 52 7 37 55 37
Octal 356 336 53 0 7 122 7 67 125 67
Binary 11101110 11011110 101011 0 111 1010010 111 110111 1010101 110111

Color Harmonies of #EEDE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDE2B

Black with #EEDE2B

Text Example


Text Example

White with #EEDE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDE2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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