Html Css Color HEX #EED832 Golden Fizz

📋 copy color: '#EED832'

red 238 ◦ green 216 ◦ blue 50

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

Shades of Golden Fizz #EED832

Tints of Golden Fizz #EED832

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.86%

 BLUE value IS 50 (19.92% from 255) = 9.92%

R = 47.22%
G = 42.86%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EED832 (or 0xEED832) is known color: Golden Fizz. HEX triplet: EE, D8 and 32. RGB value is (238,216,50). Sum of RGB (Red+Green+Blue) = 238+216+50=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 50 (19.92% from 255 or 9.92% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EED832 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED832 is #1127CD. Grayscale: #CCCCCC. Windows color (decimal): -1124302 or 3332334. OLE color: 3332334.

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

Color convert

RGB 238 216 50 -
CMYK 0 0.09 0.79 0.07
HSL 52.98º 0.85% 0.56% -
HSV(B) 52.98º 0.79% 0.93% -
XYZ 60.39 67.52 12.87 -
YUV 203.65 41.29 152.5 -
System Red Green Blue C M Y K H S L
Decimal 238 216 50 0 0.09 0.79 0.07 52.98 0.85 0.56
Hex EE D8 32 0 9 4F 7 35 55 38
Octal 356 330 62 0 11 117 7 65 125 70
Binary 11101110 11011000 110010 0 1001 1001111 111 110101 1010101 111000

Color Harmonies of #EED832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED832

Black with #EED832

Text Example


Text Example

White with #EED832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED832; }

 p { color: rgb(238,216,50); }

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

background-color css

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

 a { background-color: rgb(238,216,50); }

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

border-color css

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

 span { border-color: rgb(238,216,50); }

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