Html Css Color HEX #EED433 Golden Fizz

📋 copy color: '#EED433'

red 238 ◦ green 212 ◦ blue 51

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

Shades of Golden Fizz #EED433

Tints of Golden Fizz #EED433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.18%

R = 47.5%
G = 42.32%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EED433 (or 0xEED433) is known color: Golden Fizz. HEX triplet: EE, D4 and 33. RGB value is (238,212,51). Sum of RGB (Red+Green+Blue) = 238+212+51=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 212 (83.20% from 255 or 42.32% from 501); Blue value is 51 (20.31% from 255 or 10.18% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EED433 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED433 is #112BCC. Grayscale: #CACACA. Windows color (decimal): -1125325 or 3396846. OLE color: 3396846.

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

Color convert

RGB 238 212 51 -
CMYK 0 0.11 0.79 0.07
HSL 51.66º 0.85% 0.57% -
HSV(B) 51.66º 0.79% 0.93% -
XYZ 59.4 65.5 12.64 -
YUV 201.42 43.11 154.09 -
System Red Green Blue C M Y K H S L
Decimal 238 212 51 0 0.11 0.79 0.07 51.66 0.85 0.57
Hex EE D4 33 0 B 4F 7 34 55 39
Octal 356 324 63 0 13 117 7 64 125 71
Binary 11101110 11010100 110011 0 1011 1001111 111 110100 1010101 111001

Color Harmonies of #EED433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED433

Black with #EED433

Text Example


Text Example

White with #EED433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED433; }

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

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

background-color css

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

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

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

border-color css

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

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

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