Html Css Color HEX #EDDE2D Golden Fizz

📋 copy color: '#EDDE2D'

red 237 ◦ green 222 ◦ blue 45

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

Shades of Golden Fizz #EDDE2D

Tints of Golden Fizz #EDDE2D

RGB

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

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

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

R = 47.02%
G = 44.05%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDDE2D (or 0xEDDE2D) is known color: Golden Fizz. HEX triplet: ED, DE and 2D. RGB value is (237,222,45). Sum of RGB (Red+Green+Blue) = 237+222+45=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 45 (17.97% from 255 or 8.93% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDE2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDE2D is #1221D2. Grayscale: #CFCFCF. Windows color (decimal): -1188307 or 3006189. OLE color: 3006189.

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

Color convert

RGB 237 222 45 -
CMYK 0 0.06 0.81 0.07
HSL 55.31º 0.84% 0.55% -
HSV(B) 55.31º 0.81% 0.93% -
XYZ 61.52 70.44 12.84 -
YUV 206.31 36.97 149.89 -
System Red Green Blue C M Y K H S L
Decimal 237 222 45 0 0.06 0.81 0.07 55.31 0.84 0.55
Hex ED DE 2D 0 6 51 7 37 54 37
Octal 355 336 55 0 6 121 7 67 124 67
Binary 11101101 11011110 101101 0 110 1010001 111 110111 1010100 110111

Color Harmonies of #EDDE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDE2D

Black with #EDDE2D

Text Example


Text Example

White with #EDDE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDE2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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