Html Css Color HEX #EDDA2D Golden Fizz

📋 copy color: '#EDDA2D'

red 237 ◦ green 218 ◦ blue 45

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

Shades of Golden Fizz #EDDA2D

Tints of Golden Fizz #EDDA2D

RGB

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

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

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

R = 47.4%
G = 43.6%
B = 9%

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

#EDDA2D (or 0xEDDA2D) is known color: Golden Fizz. HEX triplet: ED, DA and 2D. RGB value is (237,218,45). Sum of RGB (Red+Green+Blue) = 237+218+45=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 45 (17.97% from 255 or 9% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDA2D is #1225D2. Grayscale: #CCCCCC. Windows color (decimal): -1189331 or 3005165. OLE color: 3005165.

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

Color convert

RGB 237 218 45 -
CMYK 0 0.08 0.81 0.07
HSL 54.06º 0.84% 0.55% -
HSV(B) 54.06º 0.81% 0.93% -
XYZ 60.47 68.34 12.49 -
YUV 203.96 38.29 151.57 -
System Red Green Blue C M Y K H S L
Decimal 237 218 45 0 0.08 0.81 0.07 54.06 0.84 0.55
Hex ED DA 2D 0 8 51 7 36 54 37
Octal 355 332 55 0 10 121 7 66 124 67
Binary 11101101 11011010 101101 0 1000 1010001 111 110110 1010100 110111

Color Harmonies of #EDDA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA2D

Black with #EDDA2D

Text Example


Text Example

White with #EDDA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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