Html Css Color HEX #EDDD3A Golden Fizz

📋 copy color: '#EDDD3A'

red 237 ◦ green 221 ◦ blue 58

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

Shades of Golden Fizz #EDDD3A

Tints of Golden Fizz #EDDD3A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.83%

 BLUE value IS 58 (23.05% from 255) = 11.24%

R = 45.93%
G = 42.83%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EDDD3A (or 0xEDDD3A) is known color: Golden Fizz. HEX triplet: ED, DD and 3A. RGB value is (237,221,58). Sum of RGB (Red+Green+Blue) = 237+221+58=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 58 (23.05% from 255 or 11.24% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDD3A is #1222C5. Grayscale: #CFCFCF. Windows color (decimal): -1188550 or 3857901. OLE color: 3857901.

HSL color Cylindrical-coordinate representation of color #EDDD3A: hue angle of 54.64º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDDD3A is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 221 58 -
CMYK 0 0.07 0.76 0.07
HSL 54.64º 0.83% 0.58% -
HSV(B) 54.64º 0.76% 0.93% -
XYZ 61.55 70.02 14.27 -
YUV 207.2 43.8 149.25 -
System Red Green Blue C M Y K H S L
Decimal 237 221 58 0 0.07 0.76 0.07 54.64 0.83 0.58
Hex ED DD 3A 0 7 4C 7 37 53 3A
Octal 355 335 72 0 7 114 7 67 123 72
Binary 11101101 11011101 111010 0 111 1001100 111 110111 1010011 111010

Color Harmonies of #EDDD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDD3A

Black with #EDDD3A

Text Example


Text Example

White with #EDDD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDD3A; }

 p { color: rgb(237,221,58); }

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

background-color css

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

 a { background-color: rgb(237,221,58); }

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

border-color css

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

 span { border-color: rgb(237,221,58); }

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