Html Css Color HEX #EED52F Golden Fizz

📋 copy color: '#EED52F'

red 238 ◦ green 213 ◦ blue 47

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

Shades of Golden Fizz #EED52F

Tints of Golden Fizz #EED52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.44%

R = 47.79%
G = 42.77%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EED52F (or 0xEED52F) is known color: Golden Fizz. HEX triplet: EE, D5 and 2F. RGB value is (238,213,47). Sum of RGB (Red+Green+Blue) = 238+213+47=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 47 (18.75% from 255 or 9.44% from 498); Max value from RGB is 238 - color contains mainly: red. Hex color #EED52F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED52F is #112AD0. Grayscale: #CACACA. Windows color (decimal): -1125073 or 3134958. OLE color: 3134958.

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

Color convert

RGB 238 213 47 -
CMYK 0 0.11 0.80 0.07
HSL 52.15º 0.85% 0.56% -
HSV(B) 52.15º 0.8% 0.93% -
XYZ 59.57 65.97 12.28 -
YUV 201.55 40.78 154 -
System Red Green Blue C M Y K H S L
Decimal 238 213 47 0 0.11 0.80 0.07 52.15 0.85 0.56
Hex EE D5 2F 0 B 50 7 34 55 38
Octal 356 325 57 0 13 120 7 64 125 70
Binary 11101110 11010101 101111 0 1011 1010000 111 110100 1010101 111000

Color Harmonies of #EED52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED52F

Black with #EED52F

Text Example


Text Example

White with #EED52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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