Html Css Color HEX #EDD52D Golden Fizz

📋 copy color: '#EDD52D'

red 237 ◦ green 213 ◦ blue 45

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

Shades of Golden Fizz #EDD52D

Tints of Golden Fizz #EDD52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.09%

R = 47.88%
G = 43.03%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDD52D (or 0xEDD52D) is known color: Golden Fizz. HEX triplet: ED, D5 and 2D. RGB value is (237,213,45). Sum of RGB (Red+Green+Blue) = 237+213+45=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 45 (17.97% from 255 or 9.09% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD52D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD52D is #122AD2. Grayscale: #C9C9C9. Windows color (decimal): -1190611 or 3003885. OLE color: 3003885.

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

Color convert

RGB 237 213 45 -
CMYK 0 0.10 0.81 0.07
HSL 52.5º 0.84% 0.55% -
HSV(B) 52.5º 0.81% 0.93% -
XYZ 59.19 65.78 12.06 -
YUV 201.02 39.95 153.66 -
System Red Green Blue C M Y K H S L
Decimal 237 213 45 0 0.10 0.81 0.07 52.5 0.84 0.55
Hex ED D5 2D 0 A 51 7 34 54 37
Octal 355 325 55 0 12 121 7 64 124 67
Binary 11101101 11010101 101101 0 1010 1010001 111 110100 1010100 110111

Color Harmonies of #EDD52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD52D

Black with #EDD52D

Text Example


Text Example

White with #EDD52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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