Html Css Color HEX #EED534 Golden Fizz

📋 copy color: '#EED534'

red 238 ◦ green 213 ◦ blue 52

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

Shades of Golden Fizz #EED534

Tints of Golden Fizz #EED534

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.35%

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

R = 47.32%
G = 42.35%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EED534 (or 0xEED534) is known color: Golden Fizz. HEX triplet: EE, D5 and 34. RGB value is (238,213,52). Sum of RGB (Red+Green+Blue) = 238+213+52=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 213 (83.59% from 255 or 42.35% from 503); Blue value is 52 (20.70% from 255 or 10.34% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EED534 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED534 is #112ACB. Grayscale: #CACACA. Windows color (decimal): -1125068 or 3462638. OLE color: 3462638.

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

Color convert

RGB 238 213 52 -
CMYK 0 0.11 0.78 0.07
HSL 51.94º 0.85% 0.57% -
HSV(B) 51.94º 0.78% 0.93% -
XYZ 59.67 66.01 12.85 -
YUV 202.12 43.28 153.59 -
System Red Green Blue C M Y K H S L
Decimal 238 213 52 0 0.11 0.78 0.07 51.94 0.85 0.57
Hex EE D5 34 0 B 4E 7 34 55 39
Octal 356 325 64 0 13 116 7 64 125 71
Binary 11101110 11010101 110100 0 1011 1001110 111 110100 1010101 111001

Color Harmonies of #EED534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED534

Black with #EED534

Text Example


Text Example

White with #EED534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED534; }

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

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

background-color css

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

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

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

border-color css

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

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

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