Html Css Color HEX #EDDA2C Golden Fizz

📋 copy color: '#EDDA2C'

red 237 ◦ green 218 ◦ blue 44

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

Shades of Golden Fizz #EDDA2C

Tints of Golden Fizz #EDDA2C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.69%

 BLUE value IS 44 (17.58% from 255) = 8.82%

R = 47.49%
G = 43.69%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDDA2C (or 0xEDDA2C) is known color: Golden Fizz. HEX triplet: ED, DA and 2C. RGB value is (237,218,44). Sum of RGB (Red+Green+Blue) = 237+218+44=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 44 (17.58% from 255 or 8.82% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDA2C is #1225D3. Grayscale: #CCCCCC. Windows color (decimal): -1189332 or 2939629. OLE color: 2939629.

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

Color convert

RGB 237 218 44 -
CMYK 0 0.08 0.81 0.07
HSL 54.09º 0.84% 0.55% -
HSV(B) 54.09º 0.81% 0.93% -
XYZ 60.45 68.33 12.39 -
YUV 203.85 37.79 151.65 -
System Red Green Blue C M Y K H S L
Decimal 237 218 44 0 0.08 0.81 0.07 54.09 0.84 0.55
Hex ED DA 2C 0 8 51 7 36 54 37
Octal 355 332 54 0 10 121 7 66 124 67
Binary 11101101 11011010 101100 0 1000 1010001 111 110110 1010100 110111

Color Harmonies of #EDDA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA2C

Black with #EDDA2C

Text Example


Text Example

White with #EDDA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA2C; }

 p { color: rgb(237,218,44); }

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

background-color css

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

 a { background-color: rgb(237,218,44); }

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

border-color css

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

 span { border-color: rgb(237,218,44); }

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