Html Css Color HEX #EDEC2F Golden Fizz

📋 copy color: '#EDEC2F'

red 237 ◦ green 236 ◦ blue 47

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

Shades of Golden Fizz #EDEC2F

Tints of Golden Fizz #EDEC2F

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.38%

 BLUE value IS 47 (18.75% from 255) = 9.04%

R = 45.58%
G = 45.38%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EDEC2F (or 0xEDEC2F) is known color: Golden Fizz. HEX triplet: ED, EC and 2F. RGB value is (237,236,47). Sum of RGB (Red+Green+Blue) = 237+236+47=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 236 (92.58% from 255 or 45.38% from 520); Blue value is 47 (18.75% from 255 or 9.04% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEC2F is #1213D0. Grayscale: #D7D7D7. Windows color (decimal): -1184721 or 3140845. OLE color: 3140845.

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

Color convert

RGB 237 236 47 -
CMYK 0 0.00 0.80 0.07
HSL 59.68º 0.84% 0.56% -
HSV(B) 59.68º 0.8% 0.93% -
XYZ 65.43 78.2 14.33 -
YUV 214.75 33.33 143.87 -
System Red Green Blue C M Y K H S L
Decimal 237 236 47 0 0.00 0.80 0.07 59.68 0.84 0.56
Hex ED EC 2F 0 0 50 7 3C 54 38
Octal 355 354 57 0 0 120 7 74 124 70
Binary 11101101 11101100 101111 0 0 1010000 111 111100 1010100 111000

Color Harmonies of #EDEC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEC2F

Black with #EDEC2F

Text Example


Text Example

White with #EDEC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEC2F; }

 p { color: rgb(237,236,47); }

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

background-color css

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

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

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

border-color css

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

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

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