Html Css Color HEX #EDDE3A Golden Fizz

📋 copy color: '#EDDE3A'

red 237 ◦ green 222 ◦ blue 58

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

Shades of Golden Fizz #EDDE3A

Tints of Golden Fizz #EDDE3A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.94%

 BLUE value IS 58 (23.05% from 255) = 11.22%

R = 45.84%
G = 42.94%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EDDE3A (or 0xEDDE3A) is known color: Golden Fizz. HEX triplet: ED, DE and 3A. RGB value is (237,222,58). Sum of RGB (Red+Green+Blue) = 237+222+58=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 222 (87.11% from 255 or 42.94% from 517); Blue value is 58 (23.05% from 255 or 11.22% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDE3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDE3A is #1221C5. Grayscale: #D0D0D0. Windows color (decimal): -1188294 or 3858157. OLE color: 3858157.

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

Color convert

RGB 237 222 58 -
CMYK 0 0.06 0.76 0.07
HSL 54.97º 0.83% 0.58% -
HSV(B) 54.97º 0.76% 0.93% -
XYZ 61.81 70.55 14.36 -
YUV 207.79 43.47 148.84 -
System Red Green Blue C M Y K H S L
Decimal 237 222 58 0 0.06 0.76 0.07 54.97 0.83 0.58
Hex ED DE 3A 0 6 4C 7 37 53 3A
Octal 355 336 72 0 6 114 7 67 123 72
Binary 11101101 11011110 111010 0 110 1001100 111 110111 1010011 111010

Color Harmonies of #EDDE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDE3A

Black with #EDDE3A

Text Example


Text Example

White with #EDDE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDE3A; }

 p { color: rgb(237,222,58); }

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

background-color css

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

 a { background-color: rgb(237,222,58); }

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

border-color css

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

 span { border-color: rgb(237,222,58); }

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