Html Css Color HEX #EEDA33 Golden Fizz

📋 copy color: '#EEDA33'

red 238 ◦ green 218 ◦ blue 51

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

Shades of Golden Fizz #EEDA33

Tints of Golden Fizz #EEDA33

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43%

 BLUE value IS 51 (20.31% from 255) = 10.06%

R = 46.94%
G = 43%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EEDA33 (or 0xEEDA33) is known color: Golden Fizz. HEX triplet: EE, DA and 33. RGB value is (238,218,51). Sum of RGB (Red+Green+Blue) = 238+218+51=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 51 (20.31% from 255 or 10.06% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDA33 is #1125CC. Grayscale: #CDCDCD. Windows color (decimal): -1123789 or 3398382. OLE color: 3398382.

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

Color convert

RGB 238 218 51 -
CMYK 0 0.08 0.79 0.07
HSL 53.58º 0.85% 0.57% -
HSV(B) 53.58º 0.79% 0.93% -
XYZ 60.93 68.56 13.15 -
YUV 204.94 41.13 151.58 -
System Red Green Blue C M Y K H S L
Decimal 238 218 51 0 0.08 0.79 0.07 53.58 0.85 0.57
Hex EE DA 33 0 8 4F 7 36 55 39
Octal 356 332 63 0 10 117 7 66 125 71
Binary 11101110 11011010 110011 0 1000 1001111 111 110110 1010101 111001

Color Harmonies of #EEDA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDA33

Black with #EEDA33

Text Example


Text Example

White with #EEDA33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDA33; }

 p { color: rgb(238,218,51); }

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

background-color css

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

 a { background-color: rgb(238,218,51); }

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

border-color css

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

 span { border-color: rgb(238,218,51); }

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