Html Css Color HEX #EDEF2F Golden Fizz

📋 copy color: '#EDEF2F'

red 237 ◦ green 239 ◦ blue 47

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

Shades of Golden Fizz #EDEF2F

Tints of Golden Fizz #EDEF2F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.7%

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

R = 45.32%
G = 45.7%
B = 8.99%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EDEF2F (or 0xEDEF2F) is known color: Golden Fizz. HEX triplet: ED, EF and 2F. RGB value is (237,239,47). Sum of RGB (Red+Green+Blue) = 237+239+47=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 239 (93.75% from 255 or 45.70% from 523); Blue value is 47 (18.75% from 255 or 8.99% from 523); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEF2F is #1210D0. Grayscale: #D9D9D9. Windows color (decimal): -1183953 or 3141613. OLE color: 3141613.

HSL color Cylindrical-coordinate representation of color #EDEF2F: hue angle of 60.63º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDEF2F is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 239 47 -
CMYK 0.01 0 0.80 0.06
HSL 60.63º 0.86% 0.56% -
HSV(B) 60.63º 0.8% 0.94% -
XYZ 66.3 79.94 14.63 -
YUV 216.51 32.34 142.61 -
System Red Green Blue C M Y K H S L
Decimal 237 239 47 0.01 0 0.80 0.06 60.63 0.86 0.56
Hex ED EF 2F 1 0 50 6 3D 56 38
Octal 355 357 57 1 0 120 6 75 126 70
Binary 11101101 11101111 101111 1 0 1010000 110 111101 1010110 111000

Color Harmonies of #EDEF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEF2F

Black with #EDEF2F

Text Example


Text Example

White with #EDEF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEF2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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