Html Css Color HEX #EED934 Golden Fizz

📋 copy color: '#EED934'

red 238 ◦ green 217 ◦ blue 52

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

Shades of Golden Fizz #EED934

Tints of Golden Fizz #EED934

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.8%

 BLUE value IS 52 (20.7% from 255) = 10.26%

R = 46.94%
G = 42.8%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EED934 (or 0xEED934) is known color: Golden Fizz. HEX triplet: EE, D9 and 34. RGB value is (238,217,52). Sum of RGB (Red+Green+Blue) = 238+217+52=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 217 (85.16% from 255 or 42.80% from 507); Blue value is 52 (20.70% from 255 or 10.26% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EED934 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED934 is #1126CB. Grayscale: #CDCDCD. Windows color (decimal): -1124044 or 3463662. OLE color: 3463662.

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

Color convert

RGB 238 217 52 -
CMYK 0 0.09 0.78 0.07
HSL 53.23º 0.85% 0.57% -
HSV(B) 53.23º 0.78% 0.93% -
XYZ 60.69 68.05 13.19 -
YUV 204.47 41.96 151.92 -
System Red Green Blue C M Y K H S L
Decimal 238 217 52 0 0.09 0.78 0.07 53.23 0.85 0.57
Hex EE D9 34 0 9 4E 7 35 55 39
Octal 356 331 64 0 11 116 7 65 125 71
Binary 11101110 11011001 110100 0 1001 1001110 111 110101 1010101 111001

Color Harmonies of #EED934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED934

Black with #EED934

Text Example


Text Example

White with #EED934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED934; }

 p { color: rgb(238,217,52); }

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

background-color css

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

 a { background-color: rgb(238,217,52); }

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

border-color css

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

 span { border-color: rgb(238,217,52); }

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