Html Css Color HEX #EDDD2A Golden Fizz

📋 copy color: '#EDDD2A'

red 237 ◦ green 221 ◦ blue 42

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

Shades of Golden Fizz #EDDD2A

Tints of Golden Fizz #EDDD2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.4%

R = 47.4%
G = 44.2%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EDDD2A (or 0xEDDD2A) is known color: Golden Fizz. HEX triplet: ED, DD and 2A. RGB value is (237,221,42). Sum of RGB (Red+Green+Blue) = 237+221+42=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 42 (16.80% from 255 or 8.4% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDD2A is #1222D5. Grayscale: #CECECE. Windows color (decimal): -1188566 or 2809325. OLE color: 2809325.

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

Color convert

RGB 237 221 42 -
CMYK 0 0.07 0.82 0.07
HSL 55.08º 0.84% 0.55% -
HSV(B) 55.08º 0.82% 0.93% -
XYZ 61.2 69.88 12.45 -
YUV 205.38 35.8 150.55 -
System Red Green Blue C M Y K H S L
Decimal 237 221 42 0 0.07 0.82 0.07 55.08 0.84 0.55
Hex ED DD 2A 0 7 52 7 37 54 37
Octal 355 335 52 0 7 122 7 67 124 67
Binary 11101101 11011101 101010 0 111 1010010 111 110111 1010100 110111

Color Harmonies of #EDDD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDD2A

Black with #EDDD2A

Text Example


Text Example

White with #EDDD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDD2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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