Html Css Color HEX #EDD531 Golden Fizz

📋 copy color: '#EDD531'

red 237 ◦ green 213 ◦ blue 49

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

Shades of Golden Fizz #EDD531

Tints of Golden Fizz #EDD531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.82%

R = 47.49%
G = 42.69%
B = 9.82%

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

#EDD531 (or 0xEDD531) is known color: Golden Fizz. HEX triplet: ED, D5 and 31. RGB value is (237,213,49). Sum of RGB (Red+Green+Blue) = 237+213+49=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 213 (83.59% from 255 or 42.69% from 499); Blue value is 49 (19.53% from 255 or 9.82% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD531 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD531 is #122ACE. Grayscale: #CACACA. Windows color (decimal): -1190607 or 3266029. OLE color: 3266029.

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

Color convert

RGB 237 213 49 -
CMYK 0 0.10 0.79 0.07
HSL 52.34º 0.84% 0.56% -
HSV(B) 52.34º 0.79% 0.93% -
XYZ 59.27 65.81 12.49 -
YUV 201.48 41.95 153.34 -
System Red Green Blue C M Y K H S L
Decimal 237 213 49 0 0.10 0.79 0.07 52.34 0.84 0.56
Hex ED D5 31 0 A 4F 7 34 54 38
Octal 355 325 61 0 12 117 7 64 124 70
Binary 11101101 11010101 110001 0 1010 1001111 111 110100 1010100 111000

Color Harmonies of #EDD531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD531

Black with #EDD531

Text Example


Text Example

White with #EDD531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD531; }

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

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

background-color css

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

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

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

border-color css

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

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

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