Html Css Color HEX #EDED2D Golden Fizz

📋 copy color: '#EDED2D'

red 237 ◦ green 237 ◦ blue 45

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

Shades of Golden Fizz #EDED2D

Tints of Golden Fizz #EDED2D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.66%

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

R = 45.66%
G = 45.66%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDED2D (or 0xEDED2D) is known color: Golden Fizz. HEX triplet: ED, ED and 2D. RGB value is (237,237,45). Sum of RGB (Red+Green+Blue) = 237+237+45=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 237 (92.97% from 255 or 45.66% from 519); Blue value is 45 (17.97% from 255 or 8.67% from 519); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDED2D is #1212D2. Grayscale: #D7D7D7. Windows color (decimal): -1184467 or 3010029. OLE color: 3010029.

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

Color convert

RGB 237 237 45 -
CMYK 0 0 0.81 0.07
HSL 60º 0.84% 0.55% -
HSV(B) 60º 0.81% 0.93% -
XYZ 65.68 78.76 14.22 -
YUV 215.11 32 143.61 -
System Red Green Blue C M Y K H S L
Decimal 237 237 45 0 0 0.81 0.07 60 0.84 0.55
Hex ED ED 2D 0 0 51 7 3C 54 37
Octal 355 355 55 0 0 121 7 74 124 67
Binary 11101101 11101101 101101 0 0 1010001 111 111100 1010100 110111

Color Harmonies of #EDED2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED2D

Black with #EDED2D

Text Example


Text Example

White with #EDED2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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