Html Css Color HEX #EDD532 Golden Fizz

📋 copy color: '#EDD532'

red 237 ◦ green 213 ◦ blue 50

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

Shades of Golden Fizz #EDD532

Tints of Golden Fizz #EDD532

RGB

 RED value IS 237 (92.97% from 255) = 47.4%

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

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

R = 47.4%
G = 42.6%
B = 10%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDD532 (or 0xEDD532) is known color: Golden Fizz. HEX triplet: ED, D5 and 32. RGB value is (237,213,50). Sum of RGB (Red+Green+Blue) = 237+213+50=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 213 (83.59% from 255 or 42.6% from 500); Blue value is 50 (19.92% from 255 or 10% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD532 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD532 is #122ACD. Grayscale: #CACACA. Windows color (decimal): -1190606 or 3331565. OLE color: 3331565.

HSL color Cylindrical-coordinate representation of color #EDD532: hue angle of 52.3º degrees, saturation: 0.84, 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 #EDD532 is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 213 50 -
CMYK 0 0.10 0.79 0.07
HSL 52.3º 0.84% 0.56% -
HSV(B) 52.3º 0.79% 0.93% -
XYZ 59.3 65.82 12.6 -
YUV 201.59 42.45 153.25 -
System Red Green Blue C M Y K H S L
Decimal 237 213 50 0 0.10 0.79 0.07 52.3 0.84 0.56
Hex ED D5 32 0 A 4F 7 34 54 38
Octal 355 325 62 0 12 117 7 64 124 70
Binary 11101101 11010101 110010 0 1010 1001111 111 110100 1010100 111000

Color Harmonies of #EDD532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD532

Black with #EDD532

Text Example


Text Example

White with #EDD532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD532; }

 p { color: rgb(237,213,50); }

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

background-color css

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

 a { background-color: rgb(237,213,50); }

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

border-color css

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

 span { border-color: rgb(237,213,50); }

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