Html Css Color HEX #EEDD32 Golden Fizz

📋 copy color: '#EEDD32'

red 238 ◦ green 221 ◦ blue 50

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

Shades of Golden Fizz #EEDD32

Tints of Golden Fizz #EEDD32

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.42%

 BLUE value IS 50 (19.92% from 255) = 9.82%

R = 46.76%
G = 43.42%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EEDD32 (or 0xEEDD32) is known color: Golden Fizz. HEX triplet: EE, DD and 32. RGB value is (238,221,50). Sum of RGB (Red+Green+Blue) = 238+221+50=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 50 (19.92% from 255 or 9.82% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDD32 is #1122CD. Grayscale: #CFCFCF. Windows color (decimal): -1123022 or 3333614. OLE color: 3333614.

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

Color convert

RGB 238 221 50 -
CMYK 0 0.07 0.79 0.07
HSL 54.57º 0.85% 0.56% -
HSV(B) 54.57º 0.79% 0.93% -
XYZ 61.69 70.12 13.3 -
YUV 206.59 39.63 150.4 -
System Red Green Blue C M Y K H S L
Decimal 238 221 50 0 0.07 0.79 0.07 54.57 0.85 0.56
Hex EE DD 32 0 7 4F 7 37 55 38
Octal 356 335 62 0 7 117 7 67 125 70
Binary 11101110 11011101 110010 0 111 1001111 111 110111 1010101 111000

Color Harmonies of #EEDD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDD32

Black with #EEDD32

Text Example


Text Example

White with #EEDD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDD32; }

 p { color: rgb(238,221,50); }

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

background-color css

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

 a { background-color: rgb(238,221,50); }

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

border-color css

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

 span { border-color: rgb(238,221,50); }

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