Html Css Color HEX #EED732 Golden Fizz

📋 copy color: '#EED732'

red 238 ◦ green 215 ◦ blue 50

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

Shades of Golden Fizz #EED732

Tints of Golden Fizz #EED732

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.74%

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

R = 47.32%
G = 42.74%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EED732 (or 0xEED732) is known color: Golden Fizz. HEX triplet: EE, D7 and 32. RGB value is (238,215,50). Sum of RGB (Red+Green+Blue) = 238+215+50=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 215 (84.38% from 255 or 42.74% from 503); Blue value is 50 (19.92% from 255 or 9.94% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EED732 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED732 is #1128CD. Grayscale: #CBCBCB. Windows color (decimal): -1124558 or 3332078. OLE color: 3332078.

HSL color Cylindrical-coordinate representation of color #EED732: hue angle of 52.66º 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 #EED732 is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 215 50 -
CMYK 0 0.10 0.79 0.07
HSL 52.66º 0.85% 0.56% -
HSV(B) 52.66º 0.79% 0.93% -
XYZ 60.14 67.01 12.78 -
YUV 203.07 41.62 152.92 -
System Red Green Blue C M Y K H S L
Decimal 238 215 50 0 0.10 0.79 0.07 52.66 0.85 0.56
Hex EE D7 32 0 A 4F 7 35 55 38
Octal 356 327 62 0 12 117 7 65 125 70
Binary 11101110 11010111 110010 0 1010 1001111 111 110101 1010101 111000

Color Harmonies of #EED732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED732

Black with #EED732

Text Example


Text Example

White with #EED732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED732; }

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

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

background-color css

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

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

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

border-color css

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

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

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