Html Css Color HEX #EDDC3B Golden Fizz

📋 copy color: '#EDDC3B'

red 237 ◦ green 220 ◦ blue 59

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

Shades of Golden Fizz #EDDC3B

Tints of Golden Fizz #EDDC3B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.64%

 BLUE value IS 59 (23.44% from 255) = 11.43%

R = 45.93%
G = 42.64%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EDDC3B (or 0xEDDC3B) is known color: Golden Fizz. HEX triplet: ED, DC and 3B. RGB value is (237,220,59). Sum of RGB (Red+Green+Blue) = 237+220+59=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 59 (23.44% from 255 or 11.43% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDC3B is #1223C4. Grayscale: #CFCFCF. Windows color (decimal): -1188805 or 3923181. OLE color: 3923181.

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

Color convert

RGB 237 220 59 -
CMYK 0 0.07 0.75 0.07
HSL 54.27º 0.83% 0.58% -
HSV(B) 54.27º 0.75% 0.93% -
XYZ 61.31 69.51 14.32 -
YUV 206.73 44.63 149.59 -
System Red Green Blue C M Y K H S L
Decimal 237 220 59 0 0.07 0.75 0.07 54.27 0.83 0.58
Hex ED DC 3B 0 7 4B 7 36 53 3A
Octal 355 334 73 0 7 113 7 66 123 72
Binary 11101101 11011100 111011 0 111 1001011 111 110110 1010011 111010

Color Harmonies of #EDDC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC3B

Black with #EDDC3B

Text Example


Text Example

White with #EDDC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC3B; }

 p { color: rgb(237,220,59); }

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

background-color css

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

 a { background-color: rgb(237,220,59); }

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

border-color css

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

 span { border-color: rgb(237,220,59); }

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