Html Css Color HEX #EDDC2E Golden Fizz

📋 copy color: '#EDDC2E'

red 237 ◦ green 220 ◦ blue 46

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

Shades of Golden Fizz #EDDC2E

Tints of Golden Fizz #EDDC2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.15%

R = 47.12%
G = 43.74%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDDC2E (or 0xEDDC2E) is known color: Golden Fizz. HEX triplet: ED, DC and 2E. RGB value is (237,220,46). Sum of RGB (Red+Green+Blue) = 237+220+46=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 46 (18.36% from 255 or 9.15% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDC2E is #1223D1. Grayscale: #CDCDCD. Windows color (decimal): -1188818 or 3071213. OLE color: 3071213.

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

Color convert

RGB 237 220 46 -
CMYK 0 0.07 0.81 0.07
HSL 54.66º 0.84% 0.55% -
HSV(B) 54.66º 0.81% 0.93% -
XYZ 61.01 69.39 12.76 -
YUV 205.25 38.13 150.65 -
System Red Green Blue C M Y K H S L
Decimal 237 220 46 0 0.07 0.81 0.07 54.66 0.84 0.55
Hex ED DC 2E 0 7 51 7 37 54 37
Octal 355 334 56 0 7 121 7 67 124 67
Binary 11101101 11011100 101110 0 111 1010001 111 110111 1010100 110111

Color Harmonies of #EDDC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC2E

Black with #EDDC2E

Text Example


Text Example

White with #EDDC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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