Html Css Color HEX #EED436 Golden Fizz

📋 copy color: '#EED436'

red 238 ◦ green 212 ◦ blue 54

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

Shades of Golden Fizz #EED436

Tints of Golden Fizz #EED436

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.06%

 BLUE value IS 54 (21.48% from 255) = 10.71%

R = 47.22%
G = 42.06%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EED436 (or 0xEED436) is known color: Golden Fizz. HEX triplet: EE, D4 and 36. RGB value is (238,212,54). Sum of RGB (Red+Green+Blue) = 238+212+54=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 212 (83.20% from 255 or 42.06% from 504); Blue value is 54 (21.48% from 255 or 10.71% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EED436 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED436 is #112BC9. Grayscale: #CACACA. Windows color (decimal): -1125322 or 3593454. OLE color: 3593454.

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

Color convert

RGB 238 212 54 -
CMYK 0 0.11 0.77 0.07
HSL 51.52º 0.84% 0.57% -
HSV(B) 51.52º 0.77% 0.93% -
XYZ 59.47 65.53 13 -
YUV 201.76 44.61 153.85 -
System Red Green Blue C M Y K H S L
Decimal 238 212 54 0 0.11 0.77 0.07 51.52 0.84 0.57
Hex EE D4 36 0 B 4D 7 34 54 39
Octal 356 324 66 0 13 115 7 64 124 71
Binary 11101110 11010100 110110 0 1011 1001101 111 110100 1010100 111001

Color Harmonies of #EED436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED436

Black with #EED436

Text Example


Text Example

White with #EED436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED436; }

 p { color: rgb(238,212,54); }

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

background-color css

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

 a { background-color: rgb(238,212,54); }

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

border-color css

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

 span { border-color: rgb(238,212,54); }

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